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

Commit eaa325e

Browse files
committed
fix composer.json for laravel 6
1 parent 6f43269 commit eaa325e

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",
26+
"illuminate/contracts": "~5.4|~6.0",
27+
"illuminate/http": "~5.4|~6.0",
28+
"illuminate/support": "~5.4|~6.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",
3333
"phpunit/phpunit": "^7.5",
3434
"phpunit/php-code-coverage": "^6.1",
3535
"php-coveralls/php-coveralls": "^2.1",

0 commit comments

Comments
 (0)