0.1.12
Enhancements
Example
// TODO: phpunit/phpunit:5.3 This has to be fixed when updating phpunit to 5.3.x or higher
function doFooBar() {
}
// TODO: php:>8 drop this polyfill when php 8.x is required
Internals
- Use consistent regex by @staabm in #35
- TodoByVersionRule: Fix reversed expectations by @staabm in #34
- Remove VersionNormalizer by @staabm in #36
Full Changelog: 0.1.11...0.1.12