Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed May 25, 2015
1 parent 3458bcd commit ae7192d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["event-loop", "asynchronous"],
"homepage": "http://www.workerman.net",
"license" : "MIT",
"description": " High performance Socket server framework for network applications implemented in PHP using libevent",
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
"authors" : [
{
"name" : "walkor",
Expand All @@ -25,7 +25,7 @@
"ext-sockets": "*"
},
"suggest": {
"ext-libevent": "Really it's a requirement for normal work."
"ext-libevent": "For better performance."
},
"autoload": {
"psr-4": {"Workerman\\": "./"}
Expand Down

0 comments on commit ae7192d

Please sign in to comment.