Skip to content

Commit 9d2036f

Browse files
committed
support laravel 5.6
1 parent 5454fd1 commit 9d2036f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"ext-exif": "*",
2828
"ext-fileinfo": "*",
2929
"intervention/image": "2.*",
30-
"illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
31-
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
32-
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
33-
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
34-
"illuminate/container": "5.4.* || 5.5.*"
30+
"illuminate/config": "5.4.* || 5.5.* || 5.6.*",
31+
"illuminate/filesystem": "5.4.* || 5.5.* || 5.6.*",
32+
"illuminate/support": "5.4.* || 5.5.* || 5.6.*",
33+
"illuminate/http": "5.4.* || 5.5.* || 5.6.*",
34+
"illuminate/container": "5.4.* || 5.5.* || 5.6.*"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^6.2",

0 commit comments

Comments
 (0)