Skip to content

Commit 02d509b

Browse files
committed
update composer
1 parent 2cf3b20 commit 02d509b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "A trait to automatically handle file uploads for Laravel models.",
44
"require": {
55
"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"
6+
"illuminate/support": ">=5.8 <7",
7+
"illuminate/filesystem": ">=5.8 <7",
8+
"illuminate/http": ">=5.8 <7",
9+
"illuminate/database": ">=5.8 <7"
1010
},
1111
"require-dev": {
1212
"orchestra/testbench": "^3.5",

0 commit comments

Comments
 (0)