Skip to content

Commit 4233efe

Browse files
authored
Add support Laravel 10
1 parent 0bf039a commit 4233efe

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
@@ -35,11 +35,11 @@
3535
"ext-exif": "*",
3636
"ext-fileinfo": "*",
3737
"intervention/image": "2.*",
38-
"illuminate/config": "^5.5|^6|^7|^8|^9",
39-
"illuminate/filesystem": "^5.5|^6|^7|^8|^9",
40-
"illuminate/support": "^5.5|^6|^7|^8|^9",
41-
"illuminate/http": "^5.5|^6|^7|^8|^9",
42-
"illuminate/container": "^5.5|^6|^7|^8|^9",
38+
"illuminate/config": "^5.5|^6|^7|^8|^9|^10",
39+
"illuminate/filesystem": "^5.5|^6|^7|^8|^9|^10",
40+
"illuminate/support": "^5.5|^6|^7|^8|^9|^10",
41+
"illuminate/http": "^5.5|^6|^7|^8|^9|^10",
42+
"illuminate/container": "^5.5|^6|^7|^8|^9|^10",
4343
"tinify/tinify": "^1.5"
4444
},
4545
"require-dev": {

0 commit comments

Comments
 (0)