Skip to content

Commit 896831b

Browse files
authored
Merge pull request #505 from Dylan-DPC/patch-1
Update composer.json
2 parents 687a02d + 7b6a5dc commit 896831b

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.0",
31-
"illuminate/filesystem": ">=5.1.0",
32-
"illuminate/support": ">=5.1.0",
33-
"illuminate/http": ">=5.1.0",
34-
"illuminate/container": "^5.4",
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.*",
3535
"unisharp/laravel-fileapi": ">=1.0.2"
3636
},
3737
"require-dev": {

0 commit comments

Comments
 (0)