From fc689e05bc12b3957b491aae917273ff0c592641 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 18 Mar 2018 05:10:35 -0400 Subject: [PATCH] [Composer] Add asika/simple-console --- composer.json | 1 + composer.lock | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e064a0a6a9..3f3151e5e3 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ "pear/Text_LanguageDetect": "1.*", "pear/Text_Highlighter": "dev-master", "smarty/smarty": "^3.1", + "asika/simple-console": "^1.0", "fxp/composer-asset-plugin": "~1.3", "bower-asset/base64": "^1.0", "bower-asset/Chart-js": "^2.7", diff --git a/composer.lock b/composer.lock index 1bf931ce3c..8dd857facb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,41 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "3ff4187b4f7167583a3b8caa5f7c2a8a", + "content-hash": "6a87e56bade65fa14f5f74e74109b66f", "packages": [ + { + "name": "asika/simple-console", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/asika32764/php-simple-console.git", + "reference": "0b624c1a999849dc6481a47182e58d593bf65068" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068", + "reference": "0b624c1a999849dc6481a47182e58d593bf65068", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Asika\\SimpleConsole\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Simon Asika", + "email": "asika32764@gmail.com" + } + ], + "description": "One file console framework to help you write build scripts.", + "time": "2018-03-08T12:05:40+00:00" + }, { "name": "bower-asset/Chart-js", "version": "v2.7.1",