Skip to content

Commit c053a0a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4e309fd + 0c6c251 commit c053a0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"php": ">=7.1",
2929
"ext-json": "*",
3030
"ext-pdo": "*",
31-
"illuminate/container": "^5.8",
31+
"illuminate/container": "^5.8|^6.0",
3232
"lcobucci/jwt": "^3.2",
3333
"league/fractal": "~0.14",
3434
"nwidart/laravel-modules": ">=3.1",
@@ -49,9 +49,9 @@
4949
},
5050
"require-dev": {
5151
"codeception/codeception": "^2.4",
52-
"darkaonline/l5-swagger": "5.8.*",
52+
"darkaonline/l5-swagger": "5.8|^6.0",
5353
"fzaninotto/faker": "^1.7",
54-
"laravel/framework": ">=5.3",
54+
"laravel/framework": ">=5.3|^6.0",
5555
"mockery/mockery": "~1.0",
5656
"phpunit/phpunit": ">=6.5"
5757
},

0 commit comments

Comments
 (0)