You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
What's Changed
Breaking Changes
π₯ Require PHP 8.2+ β dropped support for PHP 7.x and 8.0/8.1
π₯ Replaced contributte/thepay-api with official thepay/api-client v2 (#103) β the underlying API client library has been completely swapped to the official ThePay SDK
Features
Native PHP 8.2 type hints in configuration classes (#103)
Aligned with Contributte standard project structure and tooling
Build & Infrastructure
CI: replaced workflows with Contributte standard
Tests: migrated to Toolkit::test(), renamed cases to Cases, cleaned up bootstrap
Config: aligned with Contributte standard PHP 8.2 base