Replace Core\Cli by Symfony\Console

This commit is contained in:
Frédéric Guillot
2014-11-29 12:28:35 -05:00
parent d987916128
commit e8fa25f9ca
7 changed files with 224 additions and 146 deletions

62
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "2057eedc0ff404a75ab43f197dd41bb9",
"hash": "0e4e7b65c1a5eb4ab8bd2fc051c9dc3d",
"packages": [
{
"name": "erusev/parsedown",
@@ -464,6 +464,63 @@
"mailer"
],
"time": "2014-10-04 05:53:18"
},
{
"name": "symfony/console",
"version": "v2.6.0",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "d3bac228fd7a2aac9193e241b239880b3ba39a10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/d3bac228fd7a2aac9193e241b239880b3ba39a10",
"reference": "d3bac228fd7a2aac9193e241b239880b3ba39a10",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1",
"symfony/process": "~2.1"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com",
"time": "2014-11-20 13:24:23"
}
],
"packages-dev": [],
@@ -473,7 +530,8 @@
"fguillot/simple-validator": 20,
"swiftmailer/swiftmailer": 0,
"fguillot/json-rpc": 20,
"fguillot/picodb": 20
"fguillot/picodb": 20,
"symfony/console": 0
},
"prefer-stable": false,
"platform": [],