Skip to content

Commit fe4838b

Browse files
committed
vendor upgrade
1 parent 41ad4d7 commit fe4838b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A request handler adapter for swoole, using PSR-7, PSR-15 and PSR-17.
2626
## Requirements
2727

2828
* php: ^8.3
29-
* [ext-swoole][2]: ^5.1.8|^6.1.3
29+
* [ext-swoole][2]: ^5.1.8|^6.1.6
3030
* [dflydev/fig-cookies][3]: ^3.2
3131
* [psr/http-factory][4]: ^1.1
3232
* [psr/http-message][5]: ^1.1|^2.0

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
],
1919
"require": {
2020
"php": "^8.3",
21-
"ext-swoole": "^5.1.8|^6.1.3",
21+
"ext-swoole": "^5.1.8|^6.1.6",
2222
"dflydev/fig-cookies": "^3.2",
2323
"psr/http-factory": "^1.1",
2424
"psr/http-message": "^1.1|^2.0",
2525
"psr/http-server-handler": "^1.0.2",
2626
"psr/log": "^2.0|^3.0.2"
2727
},
2828
"require-dev": {
29-
"blackfire/php-sdk": "^2.5.10",
29+
"blackfire/php-sdk": "^2.5.12",
3030
"chubbyphp/chubbyphp-dev-helper": "dev-master",
31-
"chubbyphp/chubbyphp-mock": "^2.0.1",
32-
"infection/infection": "^0.31.9",
33-
"php-coveralls/php-coveralls": "^2.9",
31+
"chubbyphp/chubbyphp-mock": "^2.1.2",
32+
"infection/infection": "^0.32.3",
33+
"php-coveralls/php-coveralls": "^2.9.1",
3434
"phpstan/extension-installer": "^1.4.3",
35-
"phpstan/phpstan": "^2.1.32",
36-
"phpunit/phpunit": "^12.4.5",
37-
"swoole/ide-helper": "^5.1.8|^6.1.3"
35+
"phpstan/phpstan": "^2.1.33",
36+
"phpunit/phpunit": "^12.5.6",
37+
"swoole/ide-helper": "^5.1.8|^6.0.2"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)