Cloudinary PHP SDK v2.0.0-beta Composer Install Error
When attempting to install the Cloudinary PHP SDK v2 Beta using the following Composer command per the documentation:
composer require cloudinary/cloudinary_php:2.0.0-beta
Composer returns the following error:
[InvalidArgumentException] Could not find package cloudinary/cloudinary_php in a version matching 2.0.0-beta
-
The following command works:
composer require cloudinary/cloudinary_php:2.0.0-beta7However the documentation should be updated.
1 -
Hi Theo,
Thank you for reporting this. We will work on this internally.
In the meantime, to check the latest beta version, please check on the release pageRegards,
Erwin Lukas0 -
Hi Theo,
Just to update you on this.
You can do the following to get the latest version of v2 beta:composer require "cloudinary/cloudinary_php:>2.0.0-beta"
We have updated on our github page: https://github.com/cloudinary/cloudinary_php/tree/2.0.0-beta and will be updating on our documentation page as well.
Regards,
Erwin Lukas0
Post is closed for comments.
Comments
3 comments