Skip to content

Commit

Permalink
added support for Laravel 9 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbypiper authored Feb 2, 2022
1 parent f916f7d commit b625272
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": ">=7.2",
"illuminate/console": "~6.0|~7.0|~8.0",
"illuminate/filesystem": "~6.0|~7.0|~8.0",
"illuminate/database": "~6.0|~7.0|~8.0",
"illuminate/support": "~6.0|~7.0|~8.0",
"illuminate/config": "~6.0|~7.0|~8.0",
"illuminate/pagination": "~6.0|~7.0|~8.0"
"illuminate/console": "~6.0|~7.0|~8.0|~9.0",
"illuminate/filesystem": "~6.0|~7.0|~8.0|~9.0",
"illuminate/database": "~6.0|~7.0|~8.0|~9.0",
"illuminate/support": "~6.0|~7.0|~8.0|~9.0",
"illuminate/config": "~6.0|~7.0|~8.0|~9.0",
"illuminate/pagination": "~6.0|~7.0|~8.0|~9.0"
},
"require-dev": {
"phpunit/phpunit": "^8",
Expand Down

0 comments on commit b625272

Please sign in to comment.