Skip to content

Commit 459e4d8

Browse files
authored
Update composer.json
1 parent 71d8378 commit 459e4d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"require": {
2222
"php": ">=5.4.0",
23-
"illuminate/support": "^5.0",
24-
"illuminate/console": "^5.0",
25-
"illuminate/filesystem": "^5.0",
23+
"illuminate/support": ">=5.0",
24+
"illuminate/console": ">=5.0",
25+
"illuminate/filesystem": ">=5.0",
2626
"symfony/class-loader": "^2.3|^3.0"
2727
},
2828
"require-dev": {
29-
"illuminate/config": "^5.0",
30-
"illuminate/view": "^5.0",
29+
"illuminate/config": ">=5.0",
30+
"illuminate/view": ">=5.0",
3131
"fzaninotto/faker": "~1.4",
3232
"phpunit/phpunit": "^6.4",
3333
"guzzlehttp/guzzle": "~6.0",

0 commit comments

Comments
 (0)