Skip to content

Commit

Permalink
Merge pull request #37 from etopian/main
Browse files Browse the repository at this point in the history
Update composer.json for Laravel 10.
  • Loading branch information
luigel authored Nov 10, 2023
2 parents 6479177 + 6163b0b commit 93e20bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"php": "^7.3|^7.4|^8.0",
"aws/aws-sdk-php": "^3.178",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^5.0|^6.0|^8.0|^9.3"
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^5.0|^6.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 93e20bc

Please sign in to comment.