Skip to content

v1.3.0

Choose a tag to compare

@yamadashy yamadashy released this 29 Nov 04:18
· 55 commits to main since this release
942a38e

This release adds PHP 8.4/8.5 support and introduces the %%relFile%% placeholder for editor URLs!

What's New 馃殌

New %%relFile%% Placeholder for Editor URLs (#19)

Added %%relFile%% placeholder support, making editor URLs work correctly in Docker/container environments!

Before: Clicking the link opened an incorrect path because PHPStan ran in a container
After: Using %%relFile%% displays the relative file path, which works correctly

parameters:
    friendly:
        # For Docker environments - use relative path
        editorUrl: 'phpstorm://open?file=%%relFile%%&line=%%line%%'

Thanks to @jdreesen for this contribution! 馃帀

PHP 8.4 & 8.5 Support (#16, #28)

  • Added PHP 8.4 support
  • Added PHP 8.5 support to CI test matrix

Breaking Changes 鈿狅笍

PHP 8.1+ Required (#28)

  • Dropped support for PHP 7.4 and 8.0 (both are EOL)
  • Minimum required PHP version is now 8.1

How to Update

composer update yamadashy/phpstan-friendly-formatter

As always, if you have any issues or suggestions, please let us know on GitHub issues!