Skip to content

Commit 48f47b8

Browse files
Pull request #24: feature/EOA-5599-Update-psr-http-message
Merge in SDK/php_telesign from feature/EOA-5599-Update-psr-http-message to developer Squashed commit of the following: commit 4be027844b6387198dfd547374363f32da1e4687 Author: MousumiMohanty <@telesign.com> Date: Thu Oct 23 15:46:05 2025 +0530 Updated psr/http-message dependency to allow both v1 and v2
1 parent 12b21cf commit 48f47b8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.1
2+
- Updated psr/http-message dependency to allow both v1 and v2
3+
14
4.0.0
25
- Removed all functionality and methods for App Verify SDK
36

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-xml": "*",
2121
"guzzlehttp/guzzle": "^7.0",
2222
"ramsey/uuid": "^4",
23-
"psr/http-message": "^1.0"
23+
"psr/http-message": "^1.0 || ^2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8",

0 commit comments

Comments
 (0)