php-thread/composer.json
bpteam b514cb0b83 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.
2015-07-02 17:28:32 +03:00

12 lines
255 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"
}
]
}