Skip to content

Commit 7f7a059

Browse files
committed
vendor upgrade
1 parent 0b5d908 commit 7f7a059

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A request handler adapter for workerman, using PSR-7, PSR-15 and PSR-17.
3030
* [psr/http-message][3]: ^1.1|^2.0
3131
* [psr/http-server-handler][4]: ^1.0.2
3232
* [psr/log][5]: ^2.0|^3.0.2
33-
* [workerman/workerman][6]: ^5.1.6
33+
* [workerman/workerman][6]: ^5.1.8
3434

3535
## Installation
3636

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"psr/http-message": "^1.1|^2.0",
2323
"psr/http-server-handler": "^1.0.2",
2424
"psr/log": "^2.0|^3.0.2",
25-
"workerman/workerman": "^5.1.6"
25+
"workerman/workerman": "^5.1.8"
2626
},
2727
"require-dev": {
28-
"blackfire/php-sdk": "^2.5.10",
28+
"blackfire/php-sdk": "^2.5.12",
2929
"chubbyphp/chubbyphp-dev-helper": "dev-master",
30-
"chubbyphp/chubbyphp-mock": "^2.0.1",
31-
"infection/infection": "^0.31.9",
32-
"php-coveralls/php-coveralls": "^2.9",
30+
"chubbyphp/chubbyphp-mock": "^2.1.2",
31+
"infection/infection": "^0.32.3",
32+
"php-coveralls/php-coveralls": "^2.9.1",
3333
"phpstan/extension-installer": "^1.4.3",
34-
"phpstan/phpstan": "^2.1.32",
35-
"phpunit/phpunit": "^12.4.5"
34+
"phpstan/phpstan": "^2.1.33",
35+
"phpunit/phpunit": "^12.5.6"
3636
},
3737
"autoload": {
3838
"psr-4": { "Chubbyphp\\WorkermanRequestHandler\\": "src/" }

0 commit comments

Comments
 (0)