From 4ddd44f698db097f3e312399f16b78d6e289a6c6 Mon Sep 17 00:00:00 2001 From: antishov Date: Wed, 9 Oct 2019 23:10:52 +0300 Subject: [PATCH] Added antishov/doctrine-extensions-bundle --- .../1.4/config/packages/stof_doctrine_extensions.yaml | 4 ++++ antishov/doctrine-extensions-bundle/1.4/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 antishov/doctrine-extensions-bundle/1.4/config/packages/stof_doctrine_extensions.yaml create mode 100644 antishov/doctrine-extensions-bundle/1.4/manifest.json 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%/" + } +}