Skip to content
This repository was archived by the owner on Jan 19, 2020. It is now read-only.

Commit f41a82d

Browse files
author
Dmitry Bubyakin
committed
Support laravel 5.7
1 parent 0346168 commit f41a82d

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
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"illuminate/database": "~5.5.0|~5.6.0",
15-
"illuminate/http": "~5.5.0|~5.6.0",
16-
"illuminate/routing": "~5.5.0|~5.6.0",
17-
"illuminate/support": "~5.5.0|~5.6.0",
14+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
15+
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0",
16+
"illuminate/routing": "~5.5.0|~5.6.0|~5.7.0",
17+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
1818
"hashids/hashids": "^3.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)