php-thread/composer.json

15 lines
326 B
JSON
Raw Permalink Normal View History

{
"name": "motanelu/php-thread",
"description": "Simple implementation of threading in PHP using pnctl",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Tudor Barbu",
"email": "miau@motane.lu"
}
2015-07-02 16:30:03 +02:00
],
"autoload": {
"classmap": ["Thread.php", "ThreadQueue.php"]
}
}