-
-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
doctrine/orm
2.x relies on doctrine/common
which does only allow installation of doctrine/inflector:^1.0
.
After the release of doctrine/inflector:1.4
this leads to deprecation notices in doctrine/orm
:
The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
I guess this package should support both 1.0 and 2.0 at the same time? In this case this package may need some BC layer similar to symfony/maker-bundle#600
Metadata
Metadata
Assignees
Labels
No labels