1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
process/composer.json
2015-09-10 23:53:51 +02:00

21 lines
430 B
JSON

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