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 dd2e2be commit 938e688Copy full SHA for 938e688
composer.json
@@ -14,9 +14,9 @@
14
}
15
],
16
"require": {
17
- "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
18
- "illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
19
- "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*"
+ "illuminate/support": "5.*.* || 6.0.*",
+ "illuminate/session": "5.*.* || 6.0.*",
+ "illuminate/events": "5.*.* || 6.0.*"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0",
0 commit comments