PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maik Greubel   Caribu Console   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Caribu Console
Read and process console shell commands
Author: By
Last change:
Date: 6 years ago
Size: 554 bytes
 

Contents

Class file image Download
{ "keywords" : [ "Console command line interface" ], "autoload" : { "psr-4" : { "Nkey\\Caribu\\Console\\" : "src" } }, "name" : "nkey/caribu-console", "type" : "library", "description" : "CLI framework", "license" : "BSD-3-Clause", "require" : { "php" : "~7.0" }, "require-dev" : { "phpunit/phpunit" : "~6.0", "squizlabs/php_codesniffer" : "~3.0", "phploc/phploc" : "~4.0", "pdepend/pdepend" : "~2.0", "phpmd/phpmd" : "~2.0", "sebastian/phpcpd" : "~3.0", "theseer/phpdox" : "~0.8", "scrutinizer/ocular" : "~1.0" } }