Add recipe "atlas/symfony"

This commit is contained in:
Paul M. Jones
2018-07-27 05:26:21 -05:00
committed by GitHub
parent d229171889
commit 9bf4ebbdf9

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"Atlas\\Symfony\\AtlasBundle": ["all"]
},
"copy-from-package": {
"Resources/config/atlas.yaml": "%CONFIG_DIR%/packages/atlas.yaml"
},
"env": {
"ATLAS_PDO_DSN": "",
"ATLAS_PDO_USERNAME": "",
"ATLAS_PDO_PASSWORD": ""
}
}