1
0
mirror of https://github.com/danog/process.git synced 2024-12-11 16:49:40 +01:00
process/composer.json

38 lines
895 B
JSON

{
"name": "amphp/process",
"homepage": "https://github.com/amphp/process",
"description": "Asynchronous process manager.",
"require": {
"php": ">=7",
"amphp/amp": "^2",
"amphp/byte-stream": "^1"
},
"require-dev": {
"phpunit/phpunit": "^6",
"amphp/phpunit-util": "^1",
"friendsofphp/php-cs-fixer": "^2.3",
"kelunik/fqn-check": "^0.1.3"
},
"license": "MIT",
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"autoload": {
"psr-4": {
"Amp\\Process\\": "lib"
},
"files": ["lib/functions.php"]
}
}