1
0
mirror of https://github.com/danog/process.git synced 2025-01-22 13:51:43 +01:00
process/composer.json
Aaron Piotrowski 3f3434ba18 Refactor for Amp v2
Merged Process and StreamedProcess from amphp/parallel that will now depend on this package.
2017-01-11 12:25:52 -06:00

29 lines
678 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": {
"amphp/loop": "dev-master",
"phpunit/phpunit": "^5.0",
"friendsofphp/php-cs-fixer": "~1.9"
},
"license": "MIT",
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"autoload": {
"psr-4": {
"Amp\\Process\\": "lib"
}
}
}