Merge pull request #2 from bpteam/master

add composer.json
This commit is contained in:
Tudor Barbu 2015-07-02 20:09:03 +02:00
commit 98419f3943

15
composer.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"]
}
}