19 lines
463 B
JSON
19 lines
463 B
JSON
{
|
|
"name": "cocur/background-process",
|
|
"description": "Start processes in the background that continue running when the PHP process exists.",
|
|
"type": "library",
|
|
"keywords": ["process", "background", "unix"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cocur\\BackgroundProcess\\": "src/"
|
|
}
|
|
}
|
|
}
|