Skip to content

Commit

Permalink
Merge pull request #92 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
dusterio authored Jul 6, 2023
2 parents 7a56a37 + ff1251b commit 25943b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"aws/aws-sdk-php": "~3.0",
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0"
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*|^9.5.10",
Expand Down

0 comments on commit 25943b1

Please sign in to comment.