Skip to content

Commit 3ab3b34

Browse files
committed
fix swoole context for 7.4
1 parent 979c00e commit 3ab3b34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Context/Swoole/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@
3131
"psalm/plugin-phpunit": "^0.18.4",
3232
"open-telemetry/sdk": "^1.0",
3333
"phpunit/phpunit": "^9.5",
34-
"vimeo/psalm": "^5.0",
35-
"symfony/http-client": "^6.0"
34+
"vimeo/psalm": "^5.0"
3635
},
3736
"config": {
3837
"allow-plugins": {
39-
"php-http/discovery": true,
38+
"php-http/discovery": false,
4039
"tbachert/spi": true
4140
}
4241
}

0 commit comments

Comments
 (0)