Skip to content

Commit d7eca9b

Browse files
Merge pull request #86 from parth391/master
laravel 10 support
2 parents deedca2 + 2f2627b commit d7eca9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=7.2",
23-
"illuminate/support": "~6|~7|~8|^9.0",
23+
"illuminate/support": "~6|~7|~8|^9.0|^10.0",
2424
"cloudinary/cloudinary_php": "^2.0",
2525
"ext-json": "*"
2626
},

0 commit comments

Comments
 (0)