{
"description": "free as in freedom php component process to easy up creation of pipe process in php",
"keywords": [
"bazzline",
"psr",
"psr-4",
"php",
"pipe",
"process",
"component",
"process pipe",
"lgpl",
"free as in freedom"
],
"license": "LGPLv3",
"name": "net_bazzline/php_component_process_pipe",
"type": "library",
"authors": [
{
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.et",
"name": "Stev Leibelt",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"mockery/mockery": "0.9.4",
"phpunit/phpunit": "~4.8||~5.4"
},
"autoload": {
"psr-4": {
"Example\\": "example/",
"Net\\Bazzline\\Component\\ProcessPipe\\": "source/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Net\\Bazzline\\Component\\ProcessPipe\\": "test/"
}
}
}
|