Skip to content

Commit 86bf7f2

Browse files
authored
Merge pull request #3 from sharpstream/patch/add-laravel-9-support
added all 9.0 supports for illuminate and laravel
2 parents f82e6a9 + 442718c commit 86bf7f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
],
1313
"require": {
1414
"php": ">=5.6.4",
15-
"illuminate/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0",
16-
"illuminate/contracts": "^5.4 || ^6.0 || ^7.0 || ^8.0",
17-
"illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0",
15+
"illuminate/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
16+
"illuminate/contracts": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
17+
"illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
1818
"illuminate/redis": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
19-
"illuminate/session": "^5.4 || ^6.0 || ^7.0 || ^8.0",
19+
"illuminate/session": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2020
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2121
"monospice/spicy-identifiers": "^0.1",
2222
"predis/predis": "^1.1"
2323
},
2424
"require-dev": {
25-
"laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0",
25+
"laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2626
"laravel/horizon": "^1.0 || ^2.0 || ^3.0 || ^4.0",
27-
"laravel/lumen-framework": "^5.4 || ^6.0 || ^7.0 || ^8.0",
27+
"laravel/lumen-framework": "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2828
"mockery/mockery": "^1.3",
2929
"phpunit/phpunit": "^5.0"
3030
},

0 commit comments

Comments
 (0)