Skip to content

Commit

Permalink
Merge pull request #67 from nnnnathann/laravel-9
Browse files Browse the repository at this point in the history
Adds 9.0 to illuminate/* dependencies
  • Loading branch information
Gman98ish committed Feb 22, 2022
2 parents db0a135 + 799ba1f commit bea6e9b
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 @@ -54,18 +54,18 @@
"require": {
"php": ">=5.6",
"ext-json": "*",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
"illuminate/http": "^5.4|^6.0|^7.0|^8.0",
"illuminate/console": "^5.4|^6.0|^7.0|^8.0",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "^5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^5.4|^6.0|^7.0|^8.0|^9.0",
"nesbot/carbon": "^1.26.3|^2.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.0",
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0",
"mockery/mockery": "^1.0",
"illuminate/database": "^5.4|^6.0|^7.0|^8.0",
"illuminate/log": "^5.4|^6.0|^7.0|^8.0",
"illuminate/redis": "^5.4|^6.0|^7.0|^8.0",
"illuminate/database": "^5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/log": "^5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/redis": "^5.4|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": ">=5.6.3"
},
"suggest": {
Expand Down

0 comments on commit bea6e9b

Please sign in to comment.