Skip to content

Commit

Permalink
chore: laravel 10 support (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Feb 26, 2023
1 parent 39b2412 commit 49ffcc0
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 @@ -18,14 +18,14 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0",
"php": "^8.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"aws/aws-sdk-php": "^3"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"orchestra/testbench": "^6.0 ||^7.0 || ^8.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down

0 comments on commit 49ffcc0

Please sign in to comment.