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 0b04bcd commit 8395020Copy full SHA for 8395020
composer.json
@@ -12,11 +12,11 @@
12
"require": {
13
"php": ">=7.0",
14
"maximebf/debugbar": "~1.15.0",
15
- "illuminate/routing": "5.5.x",
16
- "illuminate/session": "5.5.x",
17
- "illuminate/support": "5.5.x",
18
- "symfony/debug": "^3",
19
- "symfony/finder": "^3"
+ "illuminate/routing": "5.5.x|5.6.x",
+ "illuminate/session": "5.5.x|5.6.x",
+ "illuminate/support": "5.5.x|5.6.x",
+ "symfony/debug": "^3|^4",
+ "symfony/finder": "^3|^4"
20
},
21
"autoload": {
22
"psr-4": {
@@ -30,7 +30,7 @@
30
"prefer-stable": true,
31
"extra": {
32
"branch-alias": {
33
- "dev-master": "3.0-dev"
+ "dev-master": "3.2-dev"
34
35
"laravel": {
36
"providers": [
0 commit comments