8000 - · symfony/symfony@d204806 · GitHub
[go: up one dir, main page]

Skip to content

Commit d204806

Browse files
committed
-
1 parent c4ad497 commit d204806

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@
1515
"homepage": "https://symfony.com/contributors"
1616
}
1717
],
18+
"repositories": [
19+
{
20+
"type": "vcs",
21+
"url": "https://github.com/fabpot/Twig"
22+
}
23+
],
1824
"require": {
1925
"php": ">=5.5.9",
2026
"doctrine/common": "~2.4",
21-
"twig/twig": "~1.26|~2.0",
27+
"twig/twig": "dev-extensions-runtime",
2228
"psr/cache": "~1.0",
2329
"psr/log": "~1.0",
2430
"symfony/polyfill-intl-icu": "~1.0",

0 commit comments

Comments
 (0)
0