Skip to main content

Cloudinary PHP SDK v2.0.0-beta Composer Install Error

Comments

3 comments

  • Theo Tillotson

    The following command works:

    composer require cloudinary/cloudinary_php:2.0.0-beta7

    However the documentation should be updated.

    1
  • Erwin Lukas

    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 page

    Regards,
    Erwin Lukas

    0
  • Erwin Lukas

    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 Lukas

    0

Post is closed for comments.