Skip to content

Commit

Permalink
Upgrade support for laravel 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstVNTis committed Jul 9, 2022
1 parent 6630359 commit 65bf42a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "A simple package to create a make:repository, make:service command for Laravel 8+",
"type": "library",
"require": {
"illuminate/http": "~5.0|~6.0|~7.0|~8.0",
"illuminate/config": "~5.0|~6.0|~7.0|~8.0",
"illuminate/support": "~5.0|~6.0|~7.0|~8.0",
"illuminate/database": "~5.0|~6.0|~7.0|~8.0",
"illuminate/pagination": "~5.0|~6.0|~7.0|~8.0",
"illuminate/console": "~5.0|~6.0|~7.0|~8.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0|~8.0"
"illuminate/http": "~5.0|~6.0|~7.0|~8.0|~9.0",
"illuminate/config": "~5.0|~6.0|~7.0|~8.0|~9.0",
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|~9.0",
"illuminate/database": "~5.0|~6.0|~7.0|~8.0|~9.0",
"illuminate/pagination": "~5.0|~6.0|~7.0|~8.0|~9.0",
"illuminate/console": "~5.0|~6.0|~7.0|~8.0|~9.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0|~8.0|~9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 65bf42a

Please sign in to comment.