1
0
mirror of https://github.com/danog/process.git synced 2024-11-30 04:39:04 +01:00
process/composer.json
2015-09-11 16:39:38 +02:00

29 lines
640 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"
},
{
"name": "Edoardo Biraghi",
"email": "edoardo.biraghi@gmail.com"
}
],
"autoload": {
"classmap": [
{"Amp\\Process": "lib/Process.php"}
]
}
}