added initial set of recipes

This commit is contained in:
Fabien Potencier
2017-01-20 14:41:01 -08:00
commit d76824e010
39 changed files with 382 additions and 0 deletions
@@ -0,0 +1,2 @@
framework:
annotations: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}