Skip to content

Commit 6deaf58

Browse files
author
Jozef Pistej
committed
allow guzzlehttp/psr7 ^2.0
1 parent 2b67413 commit 6deaf58

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "BSD-3-Clause",
1212
"require": {
1313
"php": ">=7.1",
14-
"guzzlehttp/psr7": "^1.6",
14+
"guzzlehttp/psr7": "^1.6 || ^2.0",
1515
"php-http/curl-client": "^2.0",
1616
"yiisoft/yii": "^1.1.18",
1717
"sentry/sdk": "^3.1"
@@ -20,7 +20,7 @@
2020
"yiisoft/yii2": "*"
2121
},
2222
"require-dev": {
23-
"roave/security-advisories": "dev-master"
23+
"roave/security-advisories": "dev-latest"
2424
},
2525
"extra": {
2626
"branch-alias": {
@@ -31,5 +31,10 @@
3131
"psr-4": {
3232
"Websupport\\YiiSentry\\": "src/"
3333
}
34+
},
35+
"config": {
36+
"allow-plugins": {
37+
"php-http/discovery": false
38+
}
3439
}
3540
}

0 commit comments

Comments
 (0)