- Bumped the required PHP version from
^7.4 || ^8.0to^8.1 - Bumped the compatible Symfony version from
^3.0 || ^4.0 || ^5.0 || ^6.0to^5.4 || ^6.4 || ^7.1 - Upgraded PHPUnit from
^9.0to^10.5 || ^11.4and updated tests accordingly- Added
composer testscript for running tests
- Added
- Installed
friendsofphp/php-cs-fixerand applied Fusonic's code style- Added
composer phpcs:checkscript for validating code style - Added
composer phpcs:fixscript for fixing code style violations
- Added
- Installed
phpstan/phpstan,phpstan/phpstan-deprecation-rules,phpstan/phpstan-phpunitandphpstan/phpstan-strict-rulesand fixed reported errors- Added
composer phpstanscript for validating code
- Added
- Updated documentation
- Switched to GitHub actions for automated testing