0.6.0 Symfony 5.4 + PHP 8.1
Symfony 5.4 + PHP 8.1 (#94)
* Use Flex to pin to Symfony versions
* Normalize composer.json
* PHPStan > Rename `excludes_analyse` to `excludePaths`
Needed for PHPStan 1.0.
* Composer > Drop PHP 7.2
We don't test for this anymore.
* Drop Symfony 3.4
We don't test for this anymore.
* Bump minimum Symfony version from 5.0 to 5.3
It's still possible to install on Symfony 4.4
* Remove BC layer for Symfony <= 4.1
* Add type hints
* Test on Symfony 5.4
* Drop PHP 7.3
It's EOL.
* Test on PHP 8.1
* Do not fail fast on matrix
This makes testing multiple versions very annoying.
* Test on Symfony 4.4.20
This is needed for php-cs-fixer that is a transitive dependency of broadway/coding-standard.
* Use phpstan-symfony plugin
This way PHPStan understands the TreeBuilder.