1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[feature/twig] Change composer to load Twig 1.13.*

PHPBB3-11598
This commit is contained in:
Nathan Guse 2013-06-24 13:40:05 -05:00
parent 309ed5e5c3
commit a61dd78fc9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"symfony/http-kernel": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/yaml": "2.1.*",
"twig/twig": "1.*"
"twig/twig": "1.13.*"
},
"require-dev": {
"fabpot/goutte": "v0.1.0",

2
phpBB/composer.lock generated
View File

@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "bd651ccd1316ecdc6d72a22357d8c46f",
"hash": "e4a4f4848a7201d7e044446001afda29",
"packages": [
{
"name": "symfony/config",