You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Since Symfony 2.3 is an LTS release, the
minimum-stability
has been set in composer asstable
but Inflexible requires"doctrine/inflector": "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.
The text was updated successfully, but these errors were encountered: