Releases: delolmo/symfony-router
Releases · delolmo/symfony-router
v2.1
v2.0.0
Version v1.0.x has been unattended for some time and updating the repository was overdue. The following PR makes the following changes:
- PHP version has been bumped to >=8.1, following the PHP version of symfony/routing. This affects the
composer.json
file as well as the current workflows. - The packages
middleware/utils
andsymfony/psr-http-message-bridge
have also been updated to their latest stable version. vimeo/psalm
andrector/rector
have been added tocomposer test
.
v1.0.7
v1.0.6
- Add Scrutinizer CI and code coverage utils
- Add exception message as reasonPhrase in createResponse methods
- Add catch statement for NoConfigurationException
- Remove catch statement for generic \Exception because no other type of exception can be thrown according to RequestMatcherInterface
- Add test method testNoConfigurationException