added vendor directory which contains the symfony console component.

This commit is contained in:
Taylor Otwell
2012-03-27 22:36:45 -05:00
parent 70f586281f
commit c327fdcf47
33 changed files with 5649 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "symfony/console",
"type": "library",
"description": "Symfony Console Component",
"keywords": [],
"homepage": "http://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.2"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Console": "" }
},
"target-dir": "Symfony/Component/Console",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}