Skip to content

Commit c8d57d6

Browse files
committed
Fixex compatibility with Laravel 5.3
1 parent ec6dc13 commit c8d57d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=5.6.4",
18-
"illuminate/contracts": ">=5.4",
19-
"illuminate/database": ">=5.4",
20-
"illuminate/queue": ">=5.4",
21-
"illuminate/support": ">=5.4",
18+
"illuminate/contracts": ">=5.3",
19+
"illuminate/database": ">=5.3",
20+
"illuminate/queue": ">=5.3",
21+
"illuminate/support": ">=5.3",
2222
"nesbot/carbon": ">=1.21"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)