Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit 90f7dc2

Browse files
Update to beta3 of cloudinary php sdk and add support for php 7
1 parent e7b3d99 commit 90f7dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
"homepage": "https://github.com/unicodeveloper/laravel-cloudinary",
1313
"keywords": ["Laravel", "laravel-cloudinary"],
1414
"require": {
15+
"php": "^7.0",
1516
"illuminate/support": "~5|~6|~7",
16-
"cloudinary/cloudinary_php": "2.0.0-beta"
17+
"cloudinary/cloudinary_php": "2.0.0-beta3"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)