1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 04:22:11 +02:00

[feature/dic] Require symfony/* 2.1.*, tabs instead of spaces, --dev lock file

PHPBB3-10739
This commit is contained in:
Igor Wiedler
2012-07-26 15:55:50 +02:00
parent 50bc453aa6
commit 0f0622f625
2 changed files with 58 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
{
"minimum-stability": "beta",
"require": {
"symfony/config": "2.0.*",
"symfony/dependency-injection": "2.0.*",
"minimum-stability": "beta",
"require": {
"symfony/config": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/event-dispatcher": "2.1.*",
"symfony/event-dispatcher": "2.0.*",
"symfony/yaml": "2.0.*"
},
"symfony/event-dispatcher": "2.1.*",
"symfony/yaml": "2.1.*"
},
"require-dev": {
"fabpot/goutte": "1.0.x-dev"
}