Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cexll committed Apr 20, 2022
1 parent 961ff8a commit f708976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mix/http-server",
"name": "mix-plus/http-server",
"description": "Http server library based on Swoole coroutine, following PSR-7 / PSR-15 standard",
"type": "library",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"ext-swoole": ">=4.4.4",
"psr/http-server-middleware": "^1.0",
"psr/http-server-handler": "^1.0",
"mix/http-message": "~2.2.0",
"mix/http-message": "~3.0",
"mix/micro-server": "~2.2.0"
},
"autoload": {
Expand All @@ -31,7 +31,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.0.0",
"phpunit/phpunit": "^9.5",
"mix/guzzle": "~2.2.0"
}
}

0 comments on commit f708976

Please sign in to comment.