Skip to content

Commit ec7d1f6

Browse files
authored
Add support for Laravel 5.7
1 parent 0cedb55 commit ec7d1f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"license": "LGPL-3.0-only",
77
"require": {
88
"php": ">=5.5.9",
9-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
10-
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
11-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
9+
"illuminate/contracts": "^5.1",
10+
"illuminate/http": "^5.1",
11+
"illuminate/support": "^5.1"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)