add composer.json

Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.
This commit is contained in:
bpteam 2015-07-02 17:28:32 +03:00
parent fb313e476d
commit b514cb0b83

12
composer.json Normal file
View file

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