Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 13ae63f

Browse files
authored
Merge pull request #386 from codercms/patch-1
Support for Laravel 7
2 parents 6b3732d + 7e815ae commit 13ae63f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"illuminate/console": "~5.4|~6.0",
26-
"illuminate/contracts": "~5.4|~6.0",
27-
"illuminate/http": "~5.4|~6.0",
28-
"illuminate/support": "~5.4|~6.0",
25+
"illuminate/console": "~5.4|~6.0|~7.0",
26+
"illuminate/contracts": "~5.4|~6.0|~7.0",
27+
"illuminate/http": "~5.4|~6.0|~7.0",
28+
"illuminate/support": "~5.4|~6.0|~7.0",
2929
"predis/predis": "^1.1"
3030
},
3131
"require-dev": {
32-
"laravel/lumen-framework": "~5.4|~6.0",
32+
"laravel/lumen-framework": "~5.4|~6.0|~7.0",
3333
"phpunit/phpunit": "^7.5",
3434
"phpunit/php-code-coverage": "^6.1",
3535
"php-coveralls/php-coveralls": "^2.1",

0 commit comments

Comments
 (0)