From cbeaa4a0479ce7023201d4032978899ffaceb187 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 10 Nov 2017 14:18:18 +0100 Subject: replace Doku_CLI with splitbrain\phpcli\CLI It has few more features (like turning down verbosity) and looks nicer --- composer.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 306facf68..9a2ceb8a0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "149ef96a4cadb6765aac9e7c6a2b5b17", + "content-hash": "d5c15248668d2dd749de47b106049b77", "packages": [ { "name": "aziraphale/email-address-validator", @@ -437,6 +437,57 @@ "zip" ], "time": "2017-06-11T06:11:38+00:00" + }, + { + "name": "splitbrain/php-cli", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/splitbrain/php-cli.git", + "reference": "4795af10ff1c3b1ac614ef380d7d810af495e6f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/4795af10ff1c3b1ac614ef380d7d810af495e6f1", + "reference": "4795af10ff1c3b1ac614ef380d7d810af495e6f1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.5.*" + }, + "suggest": { + "psr/log": "Allows you to make the CLI available as PSR-3 logger" + }, + "type": "library", + "autoload": { + "psr-4": { + "splitbrain\\phpcli\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Gohr", + "email": "andi@splitbrain.org" + } + ], + "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies", + "keywords": [ + "argparse", + "cli", + "command line", + "console", + "getopt", + "optparse", + "terminal" + ], + "time": "2017-10-27T16:18:07+00:00" } ], "packages-dev": [], @@ -448,5 +499,8 @@ "platform": { "php": ">=5.6" }, - "platform-dev": [] + "platform-dev": [], + "platform-overrides": { + "php": "5.6" + } } -- cgit v1.2.3