disable route annotations with SensioFrameworkExtraBundle 5.2

This commit is contained in:
Christian Flothmann
2018-07-07 12:13:08 +02:00
parent 5129d85c7d
commit be584f6c9e
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
sensio_framework_extra:
router:
annotations: false

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["annotations", "annotation", "annot", "annots"]
}