Skip to content

Commit a3af1cd

Browse files
committed
Use plain old Guzzle and system CA to download PHPStan Pro
1 parent 9bbd518 commit a3af1cd

File tree

4 files changed

+462
-318
lines changed

4 files changed

+462
-318
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"php": "^8.2",
99
"composer-runtime-api": "^2.0",
1010
"clue/ndjson-react": "^1.0",
11-
"composer/ca-bundle": "^1.2",
1211
"composer/semver": "^3.4",
1312
"composer/xdebug-handler": "^3.0.3",
1413
"fidry/cpu-core-counter": "^1.2",
@@ -29,12 +28,9 @@
2928
"ondrejmirtes/php-merge": "^4.1",
3029
"phpstan/php-8-stubs": "0.4.34",
3130
"phpstan/phpdoc-parser": "2.3.2",
32-
"psr/http-message": "^1.1",
33-
"react/async": "^3",
31+
"guzzlehttp/guzzle": "^7.9",
3432
"react/child-process": "^0.7",
35-
"react/dns": "^1.10",
3633
"react/event-loop": "^1.2",
37-
"react/http": "^1.1",
3834
"react/promise": "^3.2",
3935
"react/socket": "^1.3",
4036
"react/stream": "^1.1",

0 commit comments

Comments
 (0)