Skip to content

Commit 950ff08

Browse files
authored
Merge pull request #29 from homiedopie/hotfix/PHP-88
(PHP-88) - Update dependency versions to address security issues and work with other libraries
2 parents 4fc7639 + 93f44ad commit 950ff08

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",
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)