We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f044cf5 commit ecfbecfCopy full SHA for ecfbecf
composer.json
@@ -22,6 +22,7 @@
22
"require-dev": {
23
"phpunit/phpunit": "~4.0",
24
"piece/stagehand-testrunner": "~4.1@dev",
25
+ "symfony/asset": "~2.7",
26
"symfony/browser-kit": "~2.7",
27
"symfony/filesystem": "~2.7",
28
"symfony/http-foundation": "~2.7",
@@ -39,6 +40,7 @@
39
40
}
41
},
42
"suggest": {
43
+ "symfony/asset": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates",
44
"symfony/twig-bridge": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates",
45
"symfony/twig-bundle": ">=2.7.0 provides transparent URL rewriting with the `asset()` function in Twig templates"
46
0 commit comments