Skip to content

Commit

Permalink
for 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Mar 6, 2022
1 parent 15565c6 commit 6e5a9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}
],
"require": {
"php": ">=7.0.0"
"php": ">=8.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3.3",
"laravel/laravel": "8.*"
"laravel/laravel": "9.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6e5a9d1

Please sign in to comment.