Skip to content

Commit 8322fe4

Browse files
committed
tweaked composer
1 parent 88fd4fb commit 8322fe4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"sensiolabs/security-checker": "^4.0.0",
1414
"php": ">=7.0",
1515
"guzzlehttp/guzzle": "^6.3",
16-
"illuminate/support": ">=5.5,<=5.7",
17-
"illuminate/console": ">=5.5,<=5.7",
18-
"illuminate/mail": ">=5.5,<=5.7",
19-
"laravel/framework": ">=5.5,<=5.7"
16+
"illuminate/support": "5.5.x|5.6.x|5.7.x",
17+
"illuminate/console": "5.5.x|5.6.x|5.7.x",
18+
"illuminate/mail": "5.5.x|5.6.x|5.7.x",
19+
"laravel/framework": "5.5.x|5.6.x|5.7.x"
2020
},
2121
"require-dev": {
22-
"illuminate/config": ">=5.5,<=5.7",
23-
"illuminate/view": ">=5.5,<=5.7",
22+
"illuminate/config": "5.5.x|5.6.x|5.7.x",
23+
"illuminate/view": "5.5.x|5.6.x|5.7.x",
2424
"phpunit/phpunit": "~6.0",
2525
"scrutinizer/ocular": "~1.1",
2626
"squizlabs/php_codesniffer": "~2.3",

0 commit comments

Comments
 (0)