Michael Diodone
Michael Diodone
In [Pp.php](https://github.com/hoaproject/Compiler/blob/master/Bin/Pp.php#L233) nested ternary operators are used without explicit parentheses. This is issuing a PHP Deprecated error in PHP 7.4. The solution would be to wrap the ternary statements in...
Hi. Thanks for the awesome work. While reading through the comments I found some typos which I fixed in this pull request.
## Description If neither `HOME` nor `COMPOSER_HOME` env vars are set, validate_composer will exit with non-zero but the error message is redirected to `/dev/null`. I had to fork the repo,...
Several things happened here in order to support current PHP versions: - Upgrade PHPUnit to 9 + fix test signature and bcmath errors with passing strings like "two" - Replace...