Skip to content

Commit b38c75b

Browse files
committed
feature #611 Dropping doctrine/inflector v2 support temporarily (weaverryan)
This PR was squashed before being merged into the 1.0-dev branch. Discussion ---------- Dropping doctrine/inflector v2 support temporarily 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 Commits ------- e75a956 Dropping doctrine/inflector v2 support temporarily
2 parents 0b5fd0e + e75a956 commit b38c75b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.18
2+
====
3+
4+
* Reverted support for `doctrine/inflector` 2.0 - #611 thanks to @weaverryan
5+
16
1.17
27
====
38

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"minimum-stability": "dev",
1515
"require": {
1616
"php": "^7.1.3",
17-
"doctrine/inflector": "^1.2 || ^2.0",
17+
"doctrine/inflector": "^1.2",
1818
"nikic/php-parser": "^4.0",
1919
"symfony/config": "^3.4|^4.0|^5.0",
2020
"symfony/console": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)