Skip to content

Commit

Permalink
add support for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
samrook committed Feb 10, 2022
1 parent f8cd1c7 commit d2f7f70
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 @@ -28,12 +28,12 @@
],
"require": {
"php": "^7.1.3 || ^8.0",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0",
"friendsofphp/php-cs-fixer": "^3.0.0"
},
"require-dev": {
"illuminate/console": "^5.4|^6.0|^7.0|^8.0",
"orchestra/testbench": "^6.17"
"illuminate/console": "^5.4|^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^7.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit d2f7f70

Please sign in to comment.