1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/13130] Updates dependencies to Symfony 2.5

PHPBB3-13130
This commit is contained in:
Tristan Darricau
2014-10-04 21:16:12 +02:00
parent c8a1826823
commit 03a1c7ed2e
2 changed files with 136 additions and 124 deletions

View File

@@ -27,13 +27,13 @@
"require": {
"php": ">=5.3.3",
"lusitanian/oauth": "0.2.*",
"symfony/config": "2.3.*",
"symfony/console": "2.3.*",
"symfony/dependency-injection": "2.3.*",
"symfony/event-dispatcher": "2.3.*",
"symfony/http-kernel": "2.3.*",
"symfony/routing": "2.3.*",
"symfony/yaml": "2.3.*",
"symfony/config": "2.5.*",
"symfony/console": "2.5.*",
"symfony/dependency-injection": "2.5.*",
"symfony/event-dispatcher": "2.5.*",
"symfony/http-kernel": "2.5.*",
"symfony/routing": "2.5.*",
"symfony/yaml": "2.5.*",
"twig/twig": "1.13.*"
},
"require-dev": {
@@ -43,13 +43,13 @@
"phing/phing": "2.4.*",
"sami/sami": "1.*",
"squizlabs/php_codesniffer": "1.*",
"symfony/browser-kit": "2.3.*",
"symfony/css-selector": "2.3.*",
"symfony/debug": "2.3.*",
"symfony/dom-crawler": "2.3.*",
"symfony/filesystem": "2.3.*",
"symfony/finder": "2.3.*",
"symfony/http-foundation": "2.3.*",
"symfony/process": "2.3.*"
"symfony/browser-kit": "2.5.*",
"symfony/css-selector": "2.5.*",
"symfony/debug": "2.5.*",
"symfony/dom-crawler": "2.5.*",
"symfony/filesystem": "2.5.*",
"symfony/finder": "2.5.*",
"symfony/http-foundation": "2.5.*",
"symfony/process": "2.5.*"
}
}