Skip to content

Commit ecfbecf

Browse files
committed
add missing dependency to composer.json
1 parent f044cf5 commit ecfbecf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "~4.0",
2424
"piece/stagehand-testrunner": "~4.1@dev",
25+
"symfony/asset": "~2.7",
2526
"symfony/browser-kit": "~2.7",
2627
"symfony/filesystem": "~2.7",
2728
"symfony/http-foundation": "~2.7",
@@ -39,6 +40,7 @@
3940
}
4041
},
4142
"suggest": {
43+
"symfony/asset": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates",
4244
"symfony/twig-bridge": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates",
4345
"symfony/twig-bundle": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates"
4446
},

0 commit comments

Comments
 (0)