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.
2 parents 4e309fd + 0c6c251 commit c053a0aCopy full SHA for c053a0a
composer.json
@@ -28,7 +28,7 @@
28
"php": ">=7.1",
29
"ext-json": "*",
30
"ext-pdo": "*",
31
- "illuminate/container": "^5.8",
+ "illuminate/container": "^5.8|^6.0",
32
"lcobucci/jwt": "^3.2",
33
"league/fractal": "~0.14",
34
"nwidart/laravel-modules": ">=3.1",
@@ -49,9 +49,9 @@
49
},
50
"require-dev": {
51
"codeception/codeception": "^2.4",
52
- "darkaonline/l5-swagger": "5.8.*",
+ "darkaonline/l5-swagger": "5.8|^6.0",
53
"fzaninotto/faker": "^1.7",
54
- "laravel/framework": ">=5.3",
+ "laravel/framework": ">=5.3|^6.0",
55
"mockery/mockery": "~1.0",
56
"phpunit/phpunit": ">=6.5"
57
0 commit comments