Skip to content

Commit

Permalink
Merge pull request #39 from lenderspender/laravel-10
Browse files Browse the repository at this point in the history
Add support for Laravel 10
  • Loading branch information
vixone authored Sep 28, 2023
2 parents f05a65b + 7ca7abb commit 6aff7d1
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,14 +22,14 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
"aws/aws-sdk-php": "^3.62"
},
"require-dev": {
"phpunit/phpunit": "^8",
"phpunit/phpunit": "^8|^9",
"squizlabs/php_codesniffer": "^3",
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0"
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6aff7d1

Please sign in to comment.