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

Dropping doctrine/inflector v2 support temporarily #611

Merged
merged 1 commit into from May 15, 2020

Conversation

weaverryan
Copy link
Member

@weaverryan weaverryan commented May 15, 2020

This was causting doctrine/inflector v2 to be installed. Then,
if a user required another package that only worked with v1 - like
doctrine/orm, that package would fail to install because the user's
app is locked on v2.

Dropping support for v2 isn't really a fix, but will make it more
compatible with the ecosystem at the current time. Later, especially
when doctrine/orm allows 2, we can again.

See also composer/composer#8910

Note: I kept the v2 compatible code in the bundle for now.

Fixes #609

@weaverryan weaverryan merged commit b38c75b into symfony:master May 15, 2020
@weaverryan weaverryan deleted the drop-inflector-v2 branch May 15, 2020 18:53
weaverryan added a commit that referenced this pull request Dec 7, 2020
This PR was merged into the 1.0-dev branch.

Discussion
----------

reinstate doctrine/inflector v2 support

due to incompatibilities with `doctrine/orm`, `doctrine/inflector` `v2` was dropped in #611. `orm` now supports inflector v2 as of doctrine/orm#8147 which has been released.

closes #756

Commits
-------

0e8c486 reinstate doctrine/inflector v2 support
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.

Impossible to install maker-bundle then orm-pack
1 participant