We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687a02d + 7b6a5dc commit 896831bCopy full SHA for 896831b
composer.json
@@ -27,11 +27,11 @@
27
"ext-exif": "*",
28
"ext-fileinfo": "*",
29
"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",
+ "illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
+ "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
+ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
+ "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
+ "illuminate/container": "5.4.* || 5.5.*",
35
"unisharp/laravel-fileapi": ">=1.0.2"
36
},
37
"require-dev": {
0 commit comments