Skip to content

Commit df3e8b3

Browse files
committed
Allow illuminate/* versions above 5.4
1 parent 3533155 commit df3e8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"minimum-stability": "stable",
1818
"require": {
1919
"php": ">=5.6.4",
20-
"illuminate/database": "~5.4",
21-
"illuminate/http": "~5.4"
20+
"illuminate/database": ">=5.4",
21+
"illuminate/http": ">=5.4"
2222
},
2323
"autoload" : {
2424
"psr-0" : {

0 commit comments

Comments
 (0)