added classloader and console symfony components.

This commit is contained in:
Taylor Otwell
2012-03-27 15:17:02 -05:00
parent 2aac28e09e
commit f4258f7759
42 changed files with 6667 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"
}
}
}