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

Bump version of phpdocumentor/type-resolver #273

Merged
merged 2 commits into from
Jun 26, 2020

Conversation

realFlowControl
Copy link
Contributor

Hey there 🖖

as we have another dependency in our product that relies on phpdocumentor/type-resolver with version constraint ~0.4 || ^1.0.0, folks usually have the current 1.2.0 installed. When someone now requires the GraphQL module, which currently relies on GraphQLite ^3.1, composer will complain about this situation. This is due to the fact the composer will not make downgrades during composer require. So the documented solution as of now is to require with the --no-update flag and run composer update afterwards.

This PR would solve this problem for us. I know, that this is not a problem in GraphQLite and with the next major release of the OXID eShop and GraphQL module we plan on upgrading to GraphQLite v4, but in the meantime this would solve us some support requests 😉

Kind regards
Florian

@moufmouf
Copy link
Member

Hey Florian,

Sure! Let's merge this!

@moufmouf moufmouf merged commit 65633d4 into thecodingmachine:3.1 Jun 26, 2020
@realFlowControl
Copy link
Contributor Author

Wohoo 🎉
Thank you very much 💚

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

Successfully merging this pull request may close these issues.

2 participants