Skip to content

Commit 10ef0c5

Browse files
committed
Add direct dependency for guzzlehttp/psr7
1 parent bcdbd3d commit 10ef0c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"sort-packages": true,
2020
"allow-plugins": {
2121
"composer/package-versions-deprecated": true,
22-
"phpstan/extension-installer": true
22+
"phpstan/extension-installer": true,
23+
"php-http/discovery": false
2324
}
2425
},
2526
"require": {
2627
"php": "^7.2||^8.0",
28+
"guzzlehttp/psr7": "^1.7 || ^2.0",
2729
"jean85/pretty-package-versions": "^1.5 || ^2.0",
2830
"sentry/sdk": "^3.3",
2931
"sentry/sentry": "^3.15",

0 commit comments

Comments
 (0)