Skip to content

Commit 83ab573

Browse files
authored
Merge pull request #772 from rsmalc/master
Add Laravel 5.8 support
2 parents 64ac677 + 7957b8c commit 83ab573

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.4.* || 5.5.* || 5.6.* || 5.7.*",
31-
"illuminate/filesystem": "5.4.* || 5.5.* || 5.6.* || 5.7.*",
32-
"illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.*",
33-
"illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.*",
34-
"illuminate/container": "5.4.* || 5.5.* || 5.6.* || 5.7.*"
30+
"illuminate/config": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
31+
"illuminate/filesystem": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
32+
"illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
33+
"illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
34+
"illuminate/container": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^6.2",

0 commit comments

Comments
 (0)