Skip to content

Commit 4df33da

Browse files
committed
Merge pull request #827 from jrobeson/patch-1
reword expression language sentence(s)
2 parents b7f01fe + 3b808c0 commit 4df33da

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Resources/doc/annotations-reference.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,8 @@ RestBundle extends the [@Route](http://symfony.com/doc/current/bundles/SensioFra
8585

8686
@Delete @Get @Head @Link @Patch @Post @Put @Unlink have the same options as @Route
8787

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)).
9490

9591
example syntax:
9692

0 commit comments

Comments
 (0)