Skip to content

Commit bda1545

Browse files
committed
Update composer requirement, required laravel/framework >= 5.3
1 parent a4cffc9 commit bda1545

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=7.2",
24-
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
25-
"illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
26-
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
24+
"laravel/framework": ">=5.3"
2725
},
2826
"require-dev": {
2927
"fzaninotto/faker": "^1.8",

0 commit comments

Comments
 (0)