{
    "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": " [email protected]",
            "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/"
        }
    }
}
 
  |