Releases: overtrue/phplint
Releases · overtrue/phplint
9.6.2
9.6.2 - 2025-04-10
Added
lint
command support now the newcache-dir
option that replace the legacycache
option,
marked as deprecated (and will be removed in next major version)
Changed
- Remove support of a TTL = zero (store permanently) for the caching files syntax checking results
Full Changelog: 9.6.1...9.6.2
9.6.1
9.6.1 - 2025-04-09
Changed
- default cache TTL value is now set to 1 hour (3600 seconds)
Fixed
- ability to clear cache entries by invalidation with
--cache-ttl
option less than default TTL is in effect
Full Changelog: 9.6.0...9.6.1
9.6.0
9.6.0 - 2025-04-09
Added
--cache-ttl
option onlint
command to solve cache invalidation issue
Changed
- drop support of PHPStan 1.x, raising min version to 2.0 now
Fixed
- PHPUnit coverage code attributes usage
Full Changelog: 9.5.6...9.6.0
9.5.6
9.5.6 - 2025-01-15
Changed
-
Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,
when running with a PHP 8.4 runtime :
requested by @gnutix -
Upgrade Dockerfile to use PHP 8.4 runtime
Full Changelog: 9.5.5...9.5.6
9.5.5
9.5.5 - 2024-12-08
Changed
- upgrade SARIF output to support PhpLintConverter of
bartlett/sarif-php-converters
package
Full Changelog: 9.5.4...9.5.5
9.5.4
9.5.4 - 2024-11-01
Warning
Only versions 9.5.x or greater are now actively supported.
Versions 9.1
, 9.2
, 9.3
, and 9.4
won't receive any updates as they reach end-of-life.
Changed
Drop PHPUnit 10 support and upgrade to PHPUnit 11
- #216 : PHPUnit 11 support
Fixed
- #215 : PHP 8.4 runtime support
Full Changelog: 9.5.3...9.5.4