oroinc / doctrine-extensions

Cross database doctrine DQL functions for MySQL and PostgreSQL.
Other
317 stars 55 forks source link

Remove usages of Doctrine Inflector #72

Closed mbessolov closed 3 years ago

mbessolov commented 3 years ago

This replaces #69 and fixes #71

mbessolov commented 3 years ago

I hope that Travis builds will pass on the latest commit - https://travis-ci.org/github/oroinc/doctrine-extensions/builds/750156088 PHP 7.3 is not tested because of #73 (can probably be achieved with dynamically replacing convertWarningsToExceptions in phpunit.xml, as this old version of phpunit 4.8.x does not even support --fail-on-warning option, at least until we upgrade the dev-dependencies/tests to work with doctrine/orm >2.6).

mbessolov commented 3 years ago

No luck getting anything other than 7.4.0 on Trusty on Travis. For now we will go without Travis builds on 7.3 and 7.4. It will be fixed in #73

mbessolov commented 3 years ago

I've got the green light from @x86demon, so here it goes. Tagging as 1.3.1 now.