Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suddenly require zip installation #13

Open
7 tasks
meyer59 opened this issue Mar 8, 2024 · 3 comments
Open
7 tasks

suddenly require zip installation #13

meyer59 opened this issue Mar 8, 2024 · 3 comments

Comments

@meyer59
Copy link

meyer59 commented Mar 8, 2024

Bug report for Cloudinary PHP Transformation Builder SDK

Describe the bug in a sentence or two.

Since the last update, this package installation is broken on our pieline. The cause is that this package require a zip installation.
Is this behavior normal?
For what i see from the composer.lock, the url of the package has changed from this
"url": "https://github.com/cloudinary/php-transformation-builder-sdk",
to this: "url": "[email protected]:cloudinary/php-transformation-builder-sdk.git",
See the screenshot below for more details.
As a customer, we have been using this package for years with no issues.
There migth be something wrong with your packagist

Issue Type (Can be multiple)

  • [ x] Build - Can’t install or import the SDK
  • Performance - Performance issues
  • Behaviour - Functions aren’t working as expected (such as generate URL)
  • Documentation - Inconsistency between the docs and behaviour
  • Other (Specify)

Steps to reproduce

Composer update to the latest version (1.4)

Error screenshots or Stack Trace (if applicable)

image
image

Operating System

  • Linux
  • [ x] Windows
  • macOS
  • All

Environment and Frameworks (fill in the version numbers)

  • PHP Version - 8.1
  • Framework - Laravel 10.47
@meyer59 meyer59 changed the title Since suddenly require zip installation Mar 8, 2024
@dannyv-cloudinary
Copy link

Hey @meyer59 .

Could you please explain a little more about how this breaks your pipeline? Are there any specific errors or console output that you can provide?

Thanks,
-Danny

@meyer59
Copy link
Author

meyer59 commented Mar 11, 2024

Hey
It requires the Zip php extension to be enabled otherwise it skip the package installation. Rolling back the version does solved the issue though

@tamaracloudinary
Copy link

Hi there @meyer59, there were no changes related to composer.json file in the latest version.
Maybe you changed something in your code that caused this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants