Skip to content

Commit be584f6

Browse files
committed
disable route annotations with SensioFrameworkExtraBundle 5.2
1 parent 5129d85 commit be584f6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sensio_framework_extra:
2+
router:
3+
annotations: false
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bundles": {
3+
"Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"aliases": ["annotations", "annotation", "annot", "annots"]
9+
}

0 commit comments

Comments
 (0)