diff --git a/bin/docklyn b/bin/hub similarity index 100% rename from bin/docklyn rename to bin/hub diff --git a/composer.json b/composer.json index e8dd691..c815242 100755 --- a/composer.json +++ b/composer.json @@ -1,4 +1,16 @@ { + "name": "awesomehub/cli", + "type": "project", + "description": "Awesomehub command line interface for genrating collecting lists and repositories.", + "keywords": ["cli", "console", "github"], + "homepage": "https://github.com/", + "license": "MIT", + "authors": [ + { + "name": "Mohamed Elkholy", + "email": "mkh117@gmail.com" + } + ], "require": { "php": ">=7.0", "psr/log": "^1.0", @@ -8,14 +20,14 @@ "symfony/process": "^3.1", "symfony/debug": "^3.1", "symfony/yaml": "^3.1", + "symfony/config": "^3.1", "symfony/event-dispatcher": "^3.1" }, "require-dev": { - "symfony/config": "^3.1", "symfony/expression-language": "^3.1", "symfony/var-dumper": "^3.1" }, - "bin": ["bin/docklyn"], + "bin": ["bin/hub"], "autoload": { "psr-4": { "Hub\\": "src/Hub" diff --git a/composer.lock b/composer.lock index cc690ff..ed60b71 100755 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "4aa735a58838f193ab4aad63c656c1d4", - "content-hash": "3cddb7f7fba4eca523971d6d9ec73280", + "hash": "e68029e388db3a9ea70bd702d5ae95d3", + "content-hash": "f208ed9716d681a002033c593148d53b", "packages": [ { "name": "psr/log", @@ -54,6 +54,59 @@ ], "time": "2016-09-19 16:02:08" }, + { + "name": "symfony/config", + "version": "v3.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341", + "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "symfony/filesystem": "~2.8|~3.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com", + "time": "2016-09-25 08:27:07" + }, { "name": "symfony/console", "version": "v3.1.5", @@ -489,59 +542,6 @@ } ], "packages-dev": [ - { - "name": "symfony/config", - "version": "v3.1.5", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341", - "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341", - "shasum": "" - }, - "require": { - "php": ">=5.5.9", - "symfony/filesystem": "~2.8|~3.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Config Component", - "homepage": "https://symfony.com", - "time": "2016-09-25 08:27:07" - }, { "name": "symfony/expression-language", "version": "v3.1.5",