Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Aug 29, 2020
1 parent 3bb9cdc commit c52f18f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "joanhey/adapterman",
"type": "library",
"keywords": [
"workerman",
"php"
],
"homepage": "https://kumbiaphp.com",
"license": "MIT",
"description": "Use any framework and application with Workerman.",
"authors": [
{
"name": "Joanhey",
"email": "joanhey@kumbiaphp.com",
"homepage": "https://kumbiaphp.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/joanhey/adapterman/issues",
"source": "https://github.com/joanhey/adapterman"
},
"require": {
"php": "^8",
"workerman/workerman": "^3.5"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"Adapterman\\": "/src"
}
}
}

0 comments on commit c52f18f

Please sign in to comment.