Release v2.0.17
v2.0.17
Fixed Composer test script: use phpunit --colors=always (was misinterpreted as test file path in CI).
See docs/CHANGELOG.md.
Changelog
Fixed
- Composer – The
testscript invoked PHPUnit withcolor=always, which PHPUnit treats as a test file path and fails (e.g. in CI). It now uses--colors=always, matchingtest-coverage.
Commits
- Release v2.0.17: document Composer test script fix (18eb826)
- Update composer.lock and docker-compose.yml for Symfony polyfills and DNS configuration (5ea7fcb)
- Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (be87fe8)
- Update test command in composer.json for improved output readability (b9a717b)
- Apply PHP CS Fixer fixes [skip ci] (180d68f)
- Update dependencies and enhance Symfony compatibility (ed546e9)