phpro / zf-doctrine-hydration-module

Configurable Doctrine hydrators for ZF2
18 stars 33 forks source link

Upgrade Dependencies #47

Closed datasage closed 1 year ago

datasage commented 3 years ago

This project is blocking another project I was upgrading. Since the dependencies have all been linked to a new major version(s) this should be considered a breaking change.

The following things have been changed in this pull request:

All tests except for one are now passing, the one that is failing is attempting to mock a now final class from Doctrine ODM. I am not sure this test is still needed. Some comments would be appreciated.

veewee commented 3 years ago

Hello @datasage

We are no longer using Apigility at PHPro anymore. Therefor, it is hard for me to make the correct decisions for this package.

We are looking for someone who wants to take over the package and can push it in the correct direction again.

/cc @TomHAnderson

datasage commented 3 years ago

@veewee I realized that after I did the work on this. I updated this for a downstream project. Now I am considering reusing the parts that that project depends on directly in that project.