diff --git a/antishov/doctrine-extensions-bundle/1.4/config/packages/stof_doctrine_extensions.yaml b/antishov/doctrine-extensions-bundle/1.4/config/packages/stof_doctrine_extensions.yaml new file mode 100644 index 00000000..c83f3b1d --- /dev/null +++ b/antishov/doctrine-extensions-bundle/1.4/config/packages/stof_doctrine_extensions.yaml @@ -0,0 +1,4 @@ +# Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html +# See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/ +stof_doctrine_extensions: + default_locale: en_US diff --git a/antishov/doctrine-extensions-bundle/1.4/manifest.json b/antishov/doctrine-extensions-bundle/1.4/manifest.json new file mode 100644 index 00000000..5cdd299e --- /dev/null +++ b/antishov/doctrine-extensions-bundle/1.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}