JMSSerializerBundle
JMSSerializerBundle copied to clipboard
Non-existent service "jms_serializer.metadata.typed_properties_driver.inner"
| Q | A |
|---|---|
| Bug report? | yes |
| Feature request? | no |
| BC Break report? | yes |
| RFC? | no |
Steps required to reproduce the problem
Install the bundle version 3.6+ (not inclusive) on a Symfony 4.4 project without any custom configuration
Expected Result
No errors when executing a symfony command (php bin/console)
Actual Result
I get error message
In CheckExceptionOnInvalidReferenceBehaviorPass.php line 86:
The service "jms_serializer.metadata.typed_properties_driver" has a dependency on a non-existent service "jms_serializer.metadata.typed_properties_driver.inner".
which php version are you running?
which php version are you running?
php 7.2
Works up to 3.8.* inclusive