diff options
author | Andreas Gohr <andi@splitbrain.org> | 2017-11-10 14:18:18 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2017-11-10 14:22:02 +0100 |
commit | cbeaa4a0479ce7023201d4032978899ffaceb187 (patch) | |
tree | 6ac50238214f75fd9f8fa47948863a85b5e7e4f3 /composer.lock | |
parent | 0f8cc87bd3c00da5e455ea3abf06e9893c9b9d70 (diff) | |
download | dokuwiki-cbeaa4a0479ce7023201d4032978899ffaceb187.tar.gz dokuwiki-cbeaa4a0479ce7023201d4032978899ffaceb187.zip |
replace Doku_CLI with splitbrain\phpcli\CLI
It has few more features (like turning down verbosity) and looks nicer
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 58 |
1 files changed, 56 insertions, 2 deletions
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" + } } |