Skip to content

Commit 567cdc5

Browse files
committed
update composer
1 parent 02d509b commit 567cdc5

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 <7",
7-
"illuminate/filesystem": ">=5.8 <7",
8-
"illuminate/http": ">=5.8 <7",
9-
"illuminate/database": ">=5.8 <7"
6+
"illuminate/support": "^6.0|^7.0|^8.0",
7+
"illuminate/filesystem": "^6.0|^7.0|^8.0",
8+
"illuminate/http": "^6.0|^7.0|^8.0",
9+
"illuminate/database": "^6.0|^7.0|^8.0"
1010
},
1111
"require-dev": {
1212
"orchestra/testbench": "^3.5",

0 commit comments

Comments
 (0)