Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 38a53b8

Browse files
authored
Laravel 7 support (#35)
1 parent 82f0326 commit 38a53b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": ">=7.1",
18-
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
19-
"illuminate/contracts": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
20-
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0"
18+
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
19+
"illuminate/contracts": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
20+
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0"
2121
},
2222
"require-dev": {
23-
"laravel/lumen-framework": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
23+
"laravel/lumen-framework": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
2424
"localheinz/composer-normalize": "^1.3"
2525
},
2626
"config": {

0 commit comments

Comments
 (0)