Results 9 comments of sasezaki

> Would prefer this to be an output=xml or output=checkstyle. > Not sure if these should be printed to stderr ? I will try refactor (includes BC breaks) output format...

FYI. I did fix at Doctrine's sql-formatter fork. https://github.com/doctrine/sql-formatter

I also met issue on pecl install. ( PHP 8.1.2 ) ``` $ sudo pecl install componere downloading componere-3.1.2.tgz ... ``` ``` /tmp/pear/temp/componere/src/definition.c:852:9: error: too few arguments to function ‘zend_do_link_class’...

ZEND_API `zend_do_link_class` was changed at this commit. ( 10 Feb 2021 ) https://github.com/php/php-src/commit/4b79dba93202ed5640dff317046ce2fdd42e1d82#diff-3b8454f5974b06776ddcaea3563b410a25238313653c28a0cdfcd6f93645aa3cR33 I don't have idea how to update against this api change.

@chobie any progress ? :wink:

To be clear, talking cache problem is current v2 Paginator implemntaions ? I agree caching problem. Firstly, this PR only tried cutting Redundant Dependency for current implementaion. Should I continue...

When installed `phpunit` as require-dev, composer's autoload including `files` `vendor/composer/autoload_files.php`...

Clean approach to fix is just install composer dependency without require-dev, and run box..

No objection for me. Let’s proceed