Oleg Zhulnev
Oleg Zhulnev
Rework Console output in order to get rid of `tputs`. That is how it looks like:  Fixes an issue https://github.com/povils/phpmnd/issues/153
This PR enables flex as part of shivammathur/setup-php to avoid issue: https://github.com/povils/phpmnd/runs/7217943038?check_suite_focus=true and composer > 2.3 P.S. A bit blocks our release
This PR: - Removes `createPhar`. Switch to [Box](https://github.com/box-project/box) instead of using our own mechanism.
This PR adds PHP 8.1 to GA pipeline
This PR handles ImplicitToStringCast when EnumRequirement is used in the Route requirements. New feature introduced in Symfony Routing 6.1: https://symfony.com/blog/new-in-symfony-6-1-improved-routing-requirements-and-utf-8-parameters#using-php-backedenum-as-route-requirements Current code does not pass test on PHP 8.1. Need...
Hi. How can I add a new option "All entries" when in Pagerfanta class we have method like: ``` private function checkMaxPerPage($maxPerPage) { if (!is_int($maxPerPage)) { throw new NotIntegerMaxPerPageException(); }...
This PR: - [x] Adds PHP-Parser 5 support. ([Upgrade guide](https://github.com/nikic/PHP-Parser/blob/master/UPGRADE-5.0.md))
Hey guys. So I as a developer would like to see message from provider response rather than generic `The geocoder server returned an invalid response (%d) for query "%s". We...
This PR adds `composer-runtime-api` as dependency in order to get installed version automatically. This will help mainteners to not to forget to update application version before each release. Alternative solution...
Implement Symfony\Contracts\Service\ResetInterface so TestTransport could be cleared automatically after each tearDown Discussed in: https://github.com/zenstruck/messenger-test/pull/77#issuecomment-2060798321