Comparing snowfire:master...intercom:master · snowfire/intercom-php
Commits on Feb 17, 2022
Commits on Feb 21, 2023
Commits on Feb 25, 2025
-
Make
IntercomClient::$passwordexplicitly nullable (intercom#373)This prevents a deprecation warning from showing up since PHP 8.4 ``` Deprecated: Intercom\IntercomClient::__construct(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in /<redacted-path>/vendor/intercom/intercom-php/src/IntercomClient.php on line 148 ```
Commits on Aug 27, 2025
Commits on Oct 8, 2025
-
Add Legacy SDK submodule and migration guide intercom#1 (intercom#386)
* initial src file inclusion * add depts to composer.json * raw copy tests * update namespace and use statements * allow php-http discovery * update phpstan.neon to exclude legacy files from composer analyze * update readme * remove legacy tests * update version mentioned in readme --------- Co-authored-by: jsklan <jsklan.development@gmail.com>