[ticket/11998] Add symfony/console as dependency.

PHPBB3-11998
This commit is contained in:
Andreas Fischer 2013-11-03 01:52:40 +01:00
parent 8f88ff093e
commit edfc48a71c
2 changed files with 55 additions and 1 deletions

View file

@ -3,6 +3,7 @@
"require": { "require": {
"lusitanian/oauth": "0.2.*", "lusitanian/oauth": "0.2.*",
"symfony/config": "2.3.*", "symfony/config": "2.3.*",
"symfony/console": "2.3.*",
"symfony/dependency-injection": "2.3.*", "symfony/dependency-injection": "2.3.*",
"symfony/event-dispatcher": "2.3.*", "symfony/event-dispatcher": "2.3.*",
"symfony/http-kernel": "2.3.*", "symfony/http-kernel": "2.3.*",

55
phpBB/composer.lock generated
View file

@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state", "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" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "7bcfe8f8ce4fa46cb53c276cf93dcd3e", "hash": "cc83663b780856890f787b9b4d6ea474",
"packages": [ "packages": [
{ {
"name": "lusitanian/oauth", "name": "lusitanian/oauth",
@ -154,6 +154,59 @@
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-08-06 05:49:23" "time": "2013-08-06 05:49:23"
}, },
{
"name": "symfony/console",
"version": "v2.3.6",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "f880062d56edefb25b36f2defa65aafe65959dc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/f880062d56edefb25b36f2defa65aafe65959dc7",
"reference": "f880062d56edefb25b36f2defa65aafe65959dc7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/event-dispatcher": "~2.1"
},
"suggest": {
"symfony/event-dispatcher": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com",
"time": "2013-09-25 06:04:15"
},
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v2.3.4", "version": "v2.3.4",