PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Command Component   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Command Component
Base to create new components that call commands
Author: By
Last change:
Date: 2 years ago
Size: 1,154 bytes
 

Contents

Class file image Download
{ "description": "free as in freedom php component command is a thin and generic wrapper to easy up using system (shell) command usage", "keywords": [ "bazzline", "psr", "psr-4", "php", "php7", "command", "system command", "component", "shell", "job", "wrapper", "lgpl", "free as in freedom" ], "license": "LGPL-3.0-only", "name": "net_bazzline/php_component_command", "type": "library", "authors": [ { "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.et", "name": "Stev Leibelt", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": "~7.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "autoload": { "psr-4": { "Example\\": "example", "Net\\Bazzline\\Component\\Command\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\Command\\": "test/" } } }