Commit b38c75b
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 temporarily2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments