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

Composer unable to install Inflexible with Symfony 2.3. #7

Open
archfizz opened this issue Jun 29, 2013 · 0 comments
Open

Composer unable to install Inflexible with Symfony 2.3. #7

archfizz opened this issue Jun 29, 2013 · 0 comments

Comments

@archfizz
Copy link

Since Symfony 2.3 is an LTS release, the minimum-stability has been set in composer as stable but Inflexible requires "doctrine/inflector": "dev-master".

Problem 1
- Installation request for borisguery/inflexible dev-master -> satisfiable by borisguery/inflexible[dev-master].
- borisguery/inflexible dev-master requires doctrine/inflector dev-master -> no matching package found.

Problem 2
- borisguery/inflexible dev-master requires doctrine/inflector dev-master -> no matching package found.
- symfony/framework-standard-edition 2.3.x-dev requires borisguery/inflexible dev-master -> satisfiable by borisguery/inflexible[dev-master].

I could change my minimum-stability settings but it feels a bit overkill.

I had already set "prefer-stable": true, to my composer.json, but that doesn't seem to affect the outcome.

Perhaps specifying a minimum version of Doctrine Inflections might be the solution.

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

0 participants