Skip to content

Commit e8fbbf0

Browse files
Pull request #26: feature/EOA-7534-FS-Config-not-found
Merge in SDK/php_telesign_enterprise from feature/EOA-7534-FS-Config-not-found to developer Squashed commit of the following: commit 73356041974228b987c0816d75f383bf9fd08388 Author: MousumiMohanty <@telesign.com> Date: Wed Nov 19 15:20:02 2025 +0530 updated the release file commit abbe0dd39a4165e416f1da994b992b4531cc2821 Author: MousumiMohanty <@telesign.com> Date: Tue Nov 18 12:17:39 2025 +0530 Adding config.php to Composer’s autoload classmap
1 parent c8a7689 commit e8fbbf0

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.3
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.2
25
- Update SS version to use latest
36

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323
"composer/semver": "^3"
2424
},
2525
"autoload": {
26-
"psr-4": { "telesign\\enterprise\\sdk\\": "src/" }
26+
"psr-4": { "telesign\\enterprise\\sdk\\": "src/" },
27+
"classmap": ["src/config.php"]
2728
},
2829
"autoload-dev": {
29-
"psr-4": { "telesign\\enterprise\\sdk\\": "test/", "telesign\\sdk\\": "vendor/telesign/telesign/test/" }
30+
"psr-4": { "telesign\\enterprise\\sdk\\": "test/",
31+
"telesign\\sdk\\": "vendor/telesign/telesign/test/" }
3032
},
3133
"scripts": {
3234
"test": "phpunit --bootstrap ./vendor/autoload.php test/ --coverage-clover coverage.xml --whitelist src/"

0 commit comments

Comments
 (0)