The Guest Plugin has been successfully migrated to PHP 8.4 with the following changes:
- Updated
composer.json to require PHP 8.4+
- Added
declare(strict_types=1) to all PHP files
- Replaced deprecated string functions with modern alternatives
- Fixed implicit nullable type declarations
- Updated PHPUnit tests for version 10.5 compatibility
- Added proper type hints throughout the codebase
View Pull Request #4 →