We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf3b20 commit 02d509bCopy full SHA for 02d509b
composer.json
@@ -3,10 +3,10 @@
3
"description": "A trait to automatically handle file uploads for Laravel models.",
4
"require": {
5
"php": ">=7.2",
6
- "illuminate/support": ">=5.8 <6.0",
7
- "illuminate/filesystem": ">=5.8 <6.0",
8
- "illuminate/http": ">=5.8 <6.0",
9
- "illuminate/database": ">=5.8 <6.0"
+ "illuminate/support": ">=5.8 <7",
+ "illuminate/filesystem": ">=5.8 <7",
+ "illuminate/http": ">=5.8 <7",
+ "illuminate/database": ">=5.8 <7"
10
},
11
"require-dev": {
12
"orchestra/testbench": "^3.5",
0 commit comments