php-thread/composer.json
2015-07-02 17:30:03 +03:00

15 lines
326 B
JSON

{
"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"
}
],
"autoload": {
"classmap": ["Thread.php", "ThreadQueue.php"]
}
}