We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43269 commit eaa325eCopy full SHA for eaa325e
composer.json
@@ -22,14 +22,14 @@
22
],
23
"require": {
24
"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",
+ "illuminate/console": "~5.4|~6.0",
+ "illuminate/contracts": "~5.4|~6.0",
+ "illuminate/http": "~5.4|~6.0",
+ "illuminate/support": "~5.4|~6.0",
29
"predis/predis": "^1.1"
30
},
31
"require-dev": {
32
- "laravel/lumen-framework": "~5.4|^6.0",
+ "laravel/lumen-framework": "~5.4|~6.0",
33
"phpunit/phpunit": "^7.5",
34
"phpunit/php-code-coverage": "^6.1",
35
"php-coveralls/php-coveralls": "^2.1",
0 commit comments