dotkernel / admin

DotKernel Admin Application, built on top of Mezzio microframework and using Laminas components.ezzio for branch 2 and above.
https://admin5.dotkernel.net
MIT License
26 stars 5 forks source link

psr-container-doctrine upgrating makes application crash. config key missing #262

Closed arhimede closed 2 months ago

arhimede commented 2 months ago

With a simple composer update, application is crashing because of newst version of prs-container-doctrine (5.2.1)

typed_field_mapper => null

This needed to be added in the config/autoload/doctrine.global.php config

cPintiuta commented 2 months ago

the issue was with psr-container-doctrine, 5.2.1 was corrupted, in 5.2.2 was fixed, but i added the key in #263 just in case