diff --git a/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml new file mode 100644 index 00000000..34c78748 --- /dev/null +++ b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml @@ -0,0 +1,24 @@ +doctrine: + dbal: + url: '%env(resolve:DATABASE_URL)%' + + # IMPORTANT: You MUST configure your db driver and server version, + # either here or in the DATABASE_URL env var (see .env file) + #driver: 'mysql' + #server_version: '5.7' + + # Only needed for MySQL (ignored otherwise) + charset: utf8mb4 + default_table_options: + collate: utf8mb4_unicode_ci + orm: + auto_generate_proxy_classes: true + naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware + auto_mapping: true + mappings: + App: + is_bundle: false + type: annotation + dir: '%kernel.project_dir%/src/Entity' + prefix: 'App\Entity' + alias: App diff --git a/doctrine/doctrine-bundle/1.12/config/packages/prod/doctrine.yaml b/doctrine/doctrine-bundle/1.12/config/packages/prod/doctrine.yaml new file mode 100644 index 00000000..87958235 --- /dev/null +++ b/doctrine/doctrine-bundle/1.12/config/packages/prod/doctrine.yaml @@ -0,0 +1,3 @@ +doctrine: + orm: + auto_generate_proxy_classes: false diff --git a/doctrine/doctrine-bundle/1.12/manifest.json b/doctrine/doctrine-bundle/1.12/manifest.json new file mode 120000 index 00000000..f2934780 --- /dev/null +++ b/doctrine/doctrine-bundle/1.12/manifest.json @@ -0,0 +1 @@ +../1.6/manifest.json \ No newline at end of file diff --git a/doctrine/doctrine-bundle/1.12/post-install.txt b/doctrine/doctrine-bundle/1.12/post-install.txt new file mode 120000 index 00000000..4f3bb5c7 --- /dev/null +++ b/doctrine/doctrine-bundle/1.12/post-install.txt @@ -0,0 +1 @@ +../1.6/post-install.txt \ No newline at end of file diff --git a/doctrine/doctrine-bundle/1.12/src b/doctrine/doctrine-bundle/1.12/src new file mode 120000 index 00000000..d78be8c5 --- /dev/null +++ b/doctrine/doctrine-bundle/1.12/src @@ -0,0 +1 @@ +../1.6/src \ No newline at end of file