Loading
Add compatibility up to PHP 8.5 and Symfony 8.1 #35
- Fixed in-code deprecations up to PHP 8.5
- Tests now cover PHP 8.2 - 8.5 and Symfony 6.4 - 8.1. Dropped Symfony 5 support.
- Improved static analysis tooling
- BC break: All PHP files now enforce
declare(strict_types=1);which could lead to failing code when directly interacting with the classes.
closes #35 (closed)
Edited by David Grüner