Skip to content

Commit

Permalink
Dropping doctrine/inflector v2 support temporarily
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed May 15, 2020
1 parent 0b5fd0e commit 4885da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1.3",
"doctrine/inflector": "^1.2 || ^2.0",
"doctrine/inflector": "^1.2",
"nikic/php-parser": "^4.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
Expand Down

0 comments on commit 4885da6

Please sign in to comment.