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 3801e6d commit 2105138Copy full SHA for 2105138
composer.json
@@ -15,13 +15,13 @@
15
"test": "./vendor/bin/phpunit"
16
},
17
"require": {
18
- "illuminate/http": "5.1 - 6.5",
19
- "illuminate/console": "5.1 - 6.5",
20
- "illuminate/support": "5.1 - 6.5",
21
- "illuminate/filesystem": "5.1 - 6.5"
+ "illuminate/http": "5.1 - 5.8|^6.0",
+ "illuminate/console": "5.1 - 5.8|^6.0",
+ "illuminate/support": "5.1 - 5.8|^6.0",
+ "illuminate/filesystem": "5.1 - 5.8|^6.0"
22
23
"require-dev": {
24
- "laravel/laravel": "5.1 - 6.4",
+ "laravel/laravel": "5.1 - 5.8|^6.0",
25
"phpunit/phpunit": "5.7 || 6.0 || 7.0 || 7.5 || 8.4",
26
"mockery/mockery": "^1.1.0",
27
"friendsofphp/php-cs-fixer": "^2.16.0",
0 commit comments