1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
process/composer.json
2017-03-16 10:04:52 -05:00

30 lines
682 B
JSON

{
"name": "amphp/process",
"homepage": "https://github.com/amphp/process",
"description": "Asynchronous process manager",
"require": {
"amphp/amp": "dev-master as 2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"friendsofphp/php-cs-fixer": "~1.9",
"kelunik/fqn-check": "^0.1.3"
},
"license": "MIT",
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"autoload": {
"psr-4": {
"Amp\\Process\\": "lib"
}
}
}