Skip to content

Commit 9939eb8

Browse files
committed
upgrade deps and fix phpstan check error
1 parent 0b63c87 commit 9939eb8

File tree

3 files changed

+108
-110
lines changed

3 files changed

+108
-110
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"ext-mbstring": "*"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^9.6.9",
14+
"phpunit/phpunit": "^9.6.15",
1515
"react/datagram": "^1.9",
16-
"react/socket": "^1.13",
16+
"react/socket": "^1.15",
1717
"react/child-process": "^0.6.5",
1818
"psr/log": "^1.1.4",
19-
"phpstan/phpstan": "^1.10.18"
19+
"phpstan/phpstan": "^1.10.50"
2020
},
2121
"suggest": {
2222
"psr/log": "Required for using the Log middleware with BinaryStreamConnection"

0 commit comments

Comments
 (0)