You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current documentation it shows the word json in the rendered output due to the fenced code blocks not starting a line.
I'm not sure how this sentence should really be worded or if you really want it look like a snippet you'd place in your composer.json.
If so, then you probably wanna change this in a different way.
I also rewrote the expression language sentence itself, because i had trouble parsing it.
Copy file name to clipboardExpand all lines: Resources/doc/annotations-reference.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,12 +85,8 @@ RestBundle extends the [@Route](http://symfony.com/doc/current/bundles/SensioFra
85
85
86
86
@Delete@Get@Head@Link@Patch@Post@Put@Unlink have the same options as @Route
87
87
88
-
With ```json
89
-
"symfony/routing": "~2.4"
90
-
``` or with ```json
91
-
"symfony/symfony": "~2.4"
92
-
```
93
-
you have a expression-language components and have condition capability with annotation (see: [Routing Conditions](http://symfony.com/doc/current/book/routing.html#book-routing-conditions))
88
+
When using `symfony/routing:>=2.4` (or the full framework) you have access to the expression language component and can
89
+
add conditions to your routing configuration with annotations (see: [Routing Conditions](http://symfony.com/doc/current/book/routing.html#book-routing-conditions)).
0 commit comments