diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f117066 --- /dev/null +++ b/composer.json @@ -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"] + } +} \ No newline at end of file