Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Jul 15, 2024
1 parent 01be8e3 commit 55523fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
run-on: [ubuntu-latest]

steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"php": ">=8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4",
"illuminate/collections": "^9.0|^10.0"
"illuminate/collections": "^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5|^10.0",
"roave/security-advisories": "dev-master",
"spatie/ray": "^1.10",
"symfony/var-dumper": "^5.2|^6.0",
"orchestra/testbench": "^6.24|^7.3|8.*"
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 55523fd

Please sign in to comment.