Skip to content

Commit f2d359c

Browse files
authored
Merge pull request #28 from entryninja/2.x
Laravel and Lumen 7 support
2 parents fc2604c + a370fb5 commit f2d359c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 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",
16-
"illuminate/contracts": "^5.4 || ^6.0",
17-
"illuminate/queue": "^5.4 || ^6.0",
18-
"illuminate/redis": "^5.4 || ^6.0",
19-
"illuminate/session": "^5.4 || ^6.0",
20-
"illuminate/support": "^5.4 || ^6.0",
15+
"illuminate/cache": "^5.4 || ^6.0 || ^7.0",
16+
"illuminate/contracts": "^5.4 || ^6.0 || ^7.0",
17+
"illuminate/queue": "^5.4 || ^6.0 || ^7.0",
18+
"illuminate/redis": "^5.4 || ^6.0 || ^7.0",
19+
"illuminate/session": "^5.4 || ^6.0 || ^7.0",
20+
"illuminate/support": "^5.4 || ^6.0 || ^7.0",
2121
"monospice/spicy-identifiers": "^0.1",
2222
"predis/predis": "^1.1"
2323
},
2424
"require-dev": {
25-
"laravel/framework": "^5.4 || ^6.0",
26-
"laravel/horizon": "^1.0 || ^2.0 || ^3.0",
27-
"laravel/lumen-framework": "^5.4 || ^6.0",
25+
"laravel/framework": "^5.4 || ^6.0 || ^7.0",
26+
"laravel/horizon": "^1.0 || ^2.0 || ^3.0 || ^4.0",
27+
"laravel/lumen-framework": "^5.4 || ^6.0 || ^7.0",
2828
"mockery/mockery": "0.9.*",
2929
"phpunit/phpunit": "^4.8"
3030
},

0 commit comments

Comments
 (0)