Skip to content

Commit

Permalink
Allow any Laravel >=7
Browse files Browse the repository at this point in the history
  • Loading branch information
deleugpn authored Apr 24, 2023
1 parent 107b15c commit cfc321b
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 @@ -15,13 +15,13 @@
"require": {
"php": ">=7.3",
"ext-json": "*",
"illuminate/contracts": "^7.1 || ^8.0 || ^9.0",
"illuminate/contracts": ">=7.1",
"aws/aws-sdk-php": "^3.158"
},
"require-dev": {
"illuminate/config": "~7.1 || ^8.0 || ^9.0",
"illuminate/container": "~7.1 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.0",
"illuminate/config": ">=7.1",
"illuminate/container": "~7.1",
"phpunit/phpunit": ">=9.0",
"phpstan/phpstan": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit cfc321b

Please sign in to comment.