Skip to content

Commit b7c3190

Browse files
mmohanty-telesignMousumiMohanty
authored andcommitted
Pull request #27: feature/EOA-7534-SS-Config-not-found
Merge in SDK/php_telesign from feature/EOA-7534-SS-Config-not-found to developer Squashed commit of the following: commit 172ba0c38f0afefdcf96688c22c58a81e03790fe Author: MousumiMohanty <@telesign.com> Date: Wed Nov 19 15:24:35 2025 +0530 Added config.php to Composer’s autoload classmap
1 parent 226b684 commit b7c3190

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.2
2+
- Added config.php to Composer’s autoload classmap to prevent file-loading errors on case-sensitive systems, while maintaining compatibility with existing integrations.
3+
14
4.0.1
25
- Updated psr/http-message dependency to allow both v1 and v2
36

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"autoload": {
3030
"psr-4": { "telesign\\sdk\\": "src/" },
31+
"classmap": ["src/config.php"],
3132
"files": [ "src/util.php" ]
3233
},
3334
"autoload-dev": {

0 commit comments

Comments
 (0)