Alexey Kopytko

Results 59 issues of Alexey Kopytko

Like those for Composer: - https://hub.docker.com/_/composer - https://github.com/composer/docker They makes using Composer from within Docker a breeze: ``` COPY --from=composer:latest /usr/bin/composer /usr/bin/composer ``` And that's it! This is becoming especially...

This PR: - [x] Adds code style checks since Travis CI is out of use. - [x] Uses all necessary caching to ensure fastest builds. - [x] This is a...

Typos and a command for composer

This PR: - [x] Updates a bunch of dependencies

## Rule request There isn't a rule to replace deprecated pre-PHPUnit 9.x methods with their most current alternatives. An incomplete [list of other such methods](https://github.com/sebastianbergmann/phpunit/blob/3d56648dacd08f2c5d53c6b96d211dc0bb274858/ChangeLog-9.1.md). E.g. `assertRegExp()` with `assertMatchesRegularExpression()` This...

kind/feature request
topic/phpunit

It won't work without it in more recent versions of Go.

- https://www.php.net/manual/en/class.parallel-channel.php - https://www.php.net/manual/en/class.parallel-future.php - https://www.php.net/manual/en/class.swoole-channel.php

enhancement