I would like to configure knp_doctrine_behaviors
for knplabs/doctrine-behaviors
like this:
knp_doctrine_behaviors:
translatable: true
but Symfony (flex) give me error:
[FileLoaderLoadException] There is no extension able to load the configuration for "knp_doctrine_behaviors" ... Looked for namespace "knp_doctrine_behaviors", found ...
Im new to Symfony Flex so I dont fully understand what should I do
symfony.lock:
"knplabs/doctrine-behaviors": {
"version": "1.5.0"
},