1
0
mirror of https://github.com/danog/process.git synced 2025-01-23 06:11:34 +01:00
process/composer.json

24 lines
530 B
JSON
Raw Normal View History

2015-04-22 16:13:27 +02:00
{
2015-04-22 12:22:05 -04:00
"name": "amphp/process",
2015-04-22 16:13:27 +02:00
"homepage": "https://github.com/amphp/process",
"description": "Asynchronous process manager",
"require": {
2015-09-10 23:35:56 +02:00
"amphp/amp": "^1"
2015-04-22 16:13:27 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"fabpot/php-cs-fixer": "~1.9"
},
2015-04-22 16:13:27 +02:00
"license": "MIT",
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
}
],
"autoload": {
"classmap": [
{"Amp\\Process": "Process.php"}
2015-04-22 16:13:27 +02:00
]
}
}