Skip to content

Commit 93f44ad

Browse files
committed
PHP-88 - Update psr log dependency to only use 2.0 and avoid return types (will be addressed on v2)
1 parent be8bbe8 commit 93f44ad

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
"license": "Apache-2.0",
88
"require": {
99
"php": ">=5.3.0",
10-
"psr/log": "^1.0 | ^2.0 | ^3.0",
11-
"guzzlehttp/psr7": "^1.6 | ^2.6",
10+
"psr/log": "^1.0 | ^2.0",
11+
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
1212
"php-http/socket-client": "^1.4 | ^2.0",
13-
"php-http/message": "^1.7"
13+
"php-http/message": "^1.7",
14+
"php-http/message-factory": "^1.1",
15+
"psr/http-message": "^1.0"
1416
},
1517
"autoload": {
1618
"psr-4": {

0 commit comments

Comments
 (0)