PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Readline Function with Auto-Complete   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Readline Function with Auto-Complete
Run commands from CLI and auto-complete parameters
Author: By
Last change:
Date: 3 years ago
Size: 1,260 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_cli_readline", "description": "free as in freedom php component to easy up usage of php readline implementation in php 5.3 and above", "keywords": [ "php", "bazzline", "psr", "psr-4", "component", "free as in freedom", "lgpl", "readline", "cli", "console", "unix", "autocomplete" ], "type": "library", "minimum-stability": "dev", "require": { "net_bazzline/php_component_generic_agreement": "1.0.*", "net_bazzline/php_component_cli_arguments": "1.4.*", "php": ">=5.6" }, "require-dev": { "mockery/mockery": "0.9.4", "phpunit/phpunit": "^5.7" }, "license": "LGPL-3.0", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Cli\\Readline\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\Cli\\Readline\\": "test/" } } }