Saeven / zf3-circlical-user

Turnkey Authentication, Identity, and RBAC for Laminas and Zend Framework 3. Supports Doctrine and Middleware.
Mozilla Public License 2.0
36 stars 15 forks source link

update composer for doctrine/doctrine-orm-module ^4.0.1 #76

Closed CreativeNative closed 3 years ago

CreativeNative commented 3 years ago

Hi @Saeven,

I tried to initiate my migration to your really cool module. For that, please update your composer to the latest doctrine-orm-module 4.0.1. I would really appreciate it.

Saeven commented 3 years ago

Hi @CreativeNative!

If you switch over to dev-master, you should be able to install Doctrine 4. We're currently in the midst of migrating from ZF3 to Laminas, and have been doing this with success on dev-master. Once all the details are ironed out, I'll mint a release version. Let me know if you're still stuck!

CreativeNative commented 3 years ago

Hi @Saeven, thanks for your message. It works, but now I have a problem with the laminas cache, because you replace all cache storage adapters, which I think is right, but actually I haven't updated yet, because the documentation of laminas cache is a real mess. I don't understand how I can use APCu without the adapter, but I will figure it out. Until then, I will postpone the migration.

Saeven commented 3 years ago

Yeah, I found it weird that the laminas/cache developers forced us to replace this, rather than relying on opt-in with suggestions.