replacement
Hi ! Idea behind this package is really great!
This package is not actively maintained, and
some time ago, one of open-source contributor bring this feature into https://github.com/FriendsOfPHP/PHP-CS-Fixer/ as native_function_invocation rule.
Maybe you want to deprecate this package and redirect users to PHP CS Fixer to not need to maintain this package ?
Sure, just send a patch and we'll let it die 👍
On 18 Sep 2017 00:58, "Dariusz Rumiński" [email protected] wrote:
Hi ! Idea behind this package is really great!
This package is not actively maintained, and some time ago, one of open-source contributor bring this feature into https://github.com/FriendsOfPHP/PHP-CS-Fixer/ as native_function_invocation rule.
Maybe you want to deprecate this package and redirect users to PHP CS Fixer to not need to maintain this package ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Roave/FunctionFQNReplacer/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJakH01XGIszADP0MRjtVMFnlF11MuEks5sjaQWgaJpZM4PaT5g .
👍
Off-topic / FYI Was curious about the benchmark, but (quick) installation seems to fail, the suggested:
composer create-project roave/function-fqn-replacer
results in
[InvalidArgumentException]
Could not find package roave/function-fqn-replacer with stability stable.
and
git clone https://github.com/Roave/FunctionFQNReplacer
cd FunctionFQNReplacer
composer install
results in:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for humbug/humbug dev-master -> satisfiable by humbug/humbug[dev-master].
- humbug/humbug dev-master requires phpunit/phpunit ^6.0
yeah, humbug is currently in a "release limbo", where no existing version really works.
try https://github.com/infection/infection perhaps if you search for humbug replacement try PHP CS Fixer if you look for replacement of this package
Already fixed similarly via https://github.com/Ocramius/ProxyManager/pull/381 - just waiting for new PHPStan to finalize that and then we can apply it to various repos.