-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: aaapl/smsapi-php-client
base: master
head repository: smsapi/smsapi-php-client
compare: master
- 11 commits
- 25 files changed
- 3 contributors
Commits on Mar 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 394f7b1 - Browse repository at this point
Copy the full SHA 394f7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740353d - Browse repository at this point
Copy the full SHA 740353dView commit details -
Merge pull request smsapi#140 from maciejlew/workflow-fix
Workflow fix
Configuration menu - View commit details
-
Copy full SHA for 4702d79 - Browse repository at this point
Copy the full SHA 4702d79View commit details
Commits on Apr 7, 2026
-
fix: remove implicit nullable types for PHP 8.4 compatibility
Replace `bool $param = null` with `$param = null` (untyped) to avoid E_DEPRECATED in PHP 8.4 while maintaining backward compatibility with PHP 7.0+ as declared in composer.json. Type information preserved in @PARAM docblocks for IDE/static analysis.
Configuration menu - View commit details
-
Copy full SHA for 586a8f3 - Browse repository at this point
Copy the full SHA 586a8f3View commit details -
Merge pull request smsapi#141 from maciejlew/php-8.4-compatibility
Remove implicit nullable types for PHP 8.4 compatibility
Configuration menu - View commit details
-
Copy full SHA for 6d46451 - Browse repository at this point
Copy the full SHA 6d46451View commit details
Commits on Apr 9, 2026
-
Remove deprecated features - request DTOs setters and HTTP client rel…
…ated exceptions. Preparation for next major release.
Configuration menu - View commit details
-
Copy full SHA for 3710555 - Browse repository at this point
Copy the full SHA 3710555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82599bf - Browse repository at this point
Copy the full SHA 82599bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f53922 - Browse repository at this point
Copy the full SHA 1f53922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aebb54 - Browse repository at this point
Copy the full SHA 4aebb54View commit details
Commits on May 20, 2026
-
Add explicit read-only permissions to CI workflow to mitigate GITHUB_…
…TOKEN exposure risk identified in CVE-2026-45793.
Configuration menu - View commit details
-
Copy full SHA for 5bde9d6 - Browse repository at this point
Copy the full SHA 5bde9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426b423 - Browse repository at this point
Copy the full SHA 426b423View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master