Below you will find pages that utilize the taxonomy term “overtrue”
November 1, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.5.4.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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.
October 12, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.5.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.5.3 - 2024-10-11 Fixed #214 : junit invalid xml Full Changelog: 9.5.2…9.5.3
October 11, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.4.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.4.2 - 2024-10-11 Fixed #214 : junit invalid xml Full Changelog: 9.4.1…9.4.2
October 8, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.5.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.5.2 - 2024-10-08 Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
Full Changelog: 9.5.0…9.5.2
July 5, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.4.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.4.1 - 2024-07-05 [!NOTE]
This bugfix version is only for the PHAR distribution.
Fixed #210 : PHAR manifest is broken Full Changelog: 9.4.0…9.4.1
May 17, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.3.1.
This action is used across all versions by 2,561 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.3.1 - 2024-05-17 Fixed bootstrap option handling in wrong place Full Changelog: 9.3.0…9.3.1
May 16, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.3.0.
This action is used across all versions by 2,561 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.3.0 - 2024-05-16 Added New bootstrap option to make it easier to load whatever you need before to run linter. New example (examples/sarif_output.php) to show how to generate a SARIF report programmatically Fixed #206 : New autoloader does not respect custom vendor-dir configuration Full Changelog: 9.
May 3, 2024
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.2.0.
This action is used across all versions by 2,547 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.2.0 - 2024-05-03 Added #186 : Add SARIF output format Changed Reorganize binary launcher (bin/phplint) and autoloader (autoload.php replaced config/bootstrap.php) Full Changelog: 9.1.2…9.2.0
December 17, 2023
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.1.0.
This action is used across all versions by 2,356 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.1.0 - 2023-12-17 Added PHPStan dev tool to enforce code quality of this project (see Contributor guide) Introduces a DebugFormatterHelper for asynchronous process Introduces a ProcessHelper for asynchronous process Introduces a new extension (ProgressIndicator) to let users know that the phplint command isn’t stalled.
December 2, 2023
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.0.6.
This action is used across all versions by 2,343 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.0.6 - 2023-12-02 Fixed #196 : Better Symfony 7 support Full Changelog: 9.0.5…9.0.6
December 1, 2023
Check PHP syntax errors
Version updated for overtrue/phplint to version 9.0.5.
This action is used across all versions by 2,342 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 9.0.5 - 2023-12-01 This version is compatible PHP 8.0, 8.1, 8.2 and 8.3
CAUTION Next minor release 9.1 will drop support to PHP 8.0
Changed Upgrade Phive installation documentation Migrate PHPUnit configuration file to 10.4 format Raise PHPUnit 9 constraint to latest v9 minor release PR #195 : Add Symfony 7 support (thanks to @olegpro) Fixed PR #194 : Fix link to Configuration in console.