1
0
mirror of https://github.com/danog/process.git synced 2025-01-22 22:01:22 +01:00
process/composer.json
Bob Weinand d2da56638f Fixup after PR #5, add some more tests
Also removing status() again
2015-09-16 19:56:15 +02:00

24 lines
530 B
JSON

{
"name": "amphp/process",
"homepage": "https://github.com/amphp/process",
"description": "Asynchronous process manager",
"require": {
"amphp/amp": "^1"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"fabpot/php-cs-fixer": "~1.9"
},
"license": "MIT",
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
}
],
"autoload": {
"classmap": [
{"Amp\\Process": "Process.php"}
]
}
}