mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15508] Update composer dependencies to allow Twig 2.x
PHPBB3-15508
This commit is contained in:
parent
27fc256745
commit
ac3c49e548
2 changed files with 429 additions and 525 deletions
|
@ -47,7 +47,7 @@
|
||||||
"symfony/routing": "~3.1",
|
"symfony/routing": "~3.1",
|
||||||
"symfony/twig-bridge": "~3.1",
|
"symfony/twig-bridge": "~3.1",
|
||||||
"symfony/yaml": "~3.1",
|
"symfony/yaml": "~3.1",
|
||||||
"twig/twig": "^1.0",
|
"twig/twig": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fabpot/goutte": "~3.1",
|
"fabpot/goutte": "~3.1",
|
||||||
|
|
952
phpBB/composer.lock
generated
952
phpBB/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue