Skip to content

Commit 5ef31ec

Browse files
Bump php version to support PHP 8
1 parent eb31942 commit 5ef31ec

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
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/cloudinary-labs/cloudinary-laravel",
1313
"keywords": ["Laravel", "cloudinary-laravel", "File Uploads", "Media Management", "Cloudinary", "File Transformations"],
1414
"require": {
15-
"php": "^7.2",
15+
"php": ">=7.2",
1616
"illuminate/support": "~6|~7|~8",
1717
"cloudinary/cloudinary_php": "2.0.0-beta7",
1818
"ext-json": "*"

0 commit comments

Comments
 (0)