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

Upgrading 3.0.7 version started using dev version of symfony/options-resolver package. #378

Closed
nitesh-voya opened this issue Sep 23, 2024 · 1 comment · Fixed by #379
Closed
Assignees
Labels
bug Something isn't working

Comments

@nitesh-voya
Copy link

nitesh-voya commented Sep 23, 2024

Description

After #376 went in, a dependent package symfony/options-resolver version were upgraded from ^6.4.6 to ^6.4.9.

But symfony/options-resolver package does not have ^6.4.9 release https://packagist.org/packages/symfony/options-resolver. SO now its upgrading to dev release 6.4.x-dev. Which does't seems to be ideal.

Steps to Reproduce

upgrade this project to version 3.0.7 using composer update apigee/apigee-client-php command.
Then notice symfony/options-resolver (v6.4.8 => 6.4.x-dev 22ab9e9)

Actual Behavior

What happened after the steps to reproduce.

Expected Behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Notes

Add any other context about the problem here.

Version Info

In what version or versions of this library can you
reproduce this issue?

@nitesh-voya nitesh-voya added the bug Something isn't working label Sep 23, 2024
@kedarkhaire kedarkhaire self-assigned this Sep 23, 2024
@kedarkhaire
Copy link
Collaborator

Hi @nitesh-voya

We have looked into it and thanks for letting us know about this issue.

I agree that, there is a fault in version mis-match for the said component, and to correct it, the existing working latest version of symfony/options-resolver will be added soon in the next release.

On new/fresh install, it adds symfony/options-resolver component to v6.4.8, but on updating the client project it downgrades to v6.4.x-dev.

As we have set the minimum-stability to dev, so it does not throws any issue in installation, but it installs the v6.4.x-dev version as the required version is not available.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants