mirror of
https://github.com/danog/parallel-functions.git
synced 2024-11-26 20:34:49 +01:00
37 lines
791 B
JSON
37 lines
791 B
JSON
{
|
|
"name": "amphp/parallel-functions",
|
|
"description": "Parallel processing made simple.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\ParallelFunctions\\": "src"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7",
|
|
"amphp/parallel": "^0.1",
|
|
"amphp/amp": "^2",
|
|
"opis/closure": "^3.0.7"
|
|
},
|
|
"require-dev": {
|
|
"amphp/phpunit-util": "^1.0",
|
|
"friendsofphp/php-cs-fixer": "^2.9",
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.0.0"
|
|
}
|
|
}
|
|
}
|