Skip to content

Commit 08c31de

Browse files
authored
allow laravel 5.4
related to #12
1 parent d300488 commit 08c31de

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
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*",
15-
"illuminate/support": "5.1.*|5.2.*|5.3.*",
16-
"illuminate/http": "5.1.*|5.2.*|5.3.*"
14+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
15+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
16+
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.4",

0 commit comments

Comments
 (0)