sagacity/inc/vendor/cocur/background-process/composer.json
2018-05-07 10:51:08 -04:00

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/"
}
}
}