Skip to content

Commit 304ab45

Browse files
authored
Update composer.json
1 parent 2912b5c commit 304ab45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
],
1616
"require": {
1717
"php": ">=5.6.4",
18-
"illuminate/database": "~6.0",
19-
"illuminate/console": "~6.0",
20-
"illuminate/support": "~6.0",
21-
"illuminate/cache": "~6.0"
18+
"illuminate/database": ">=6.0",
19+
"illuminate/console": ">=6.0",
20+
"illuminate/support": ">=6.0",
21+
"illuminate/cache": ">=6.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": ">=5.*",
25-
"laravel/laravel": "~6.0",
25+
"laravel/laravel": ">=6.0",
2626
"fzaninotto/faker": "~1.8"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)