Skip to content

Commit

Permalink
Merge pull request #13 from Tan-Nc/feature/upgrade_support_laravel_9
Browse files Browse the repository at this point in the history
Upgrade support for laravel 9+
  • Loading branch information
namtrt authored Jul 13, 2022
2 parents 6630359 + 65bf42a commit e5c69ab
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 e5c69ab

Please sign in to comment.