Skip to content

Commit

Permalink
add laravel 9.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tantee committed Feb 15, 2022
1 parent 937bfbf commit 66f842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0"
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
Expand Down

0 comments on commit 66f842e

Please sign in to comment.