Skip to content

Commit

Permalink
Merge pull request #4 from bigbigant/master
Browse files Browse the repository at this point in the history
add composer.json
  • Loading branch information
bigbigant committed Feb 28, 2015
2 parents 8fbe021 + 7ec6b40 commit 2113b68
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Comos/qpm",
"description": "Quick process management framework for PHP. To simplify PHP daemon development ",
"keywords": ["process", "daemon"],
"homepage": "http://github.com/Comos/qpm",
"type": "library",
"license": "GPL-v3",
"authors": [
{
"name": "Alex Chao",
"email": "alex.q.chao@gmail.com"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
},
"autoload": {
"psr-4": {"qpm\\": "library/qpm"}
},
"provide": {
}
}

0 comments on commit 2113b68

Please sign in to comment.