Dmitriy Derepko

Results 153 issues of Dmitriy Derepko

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232

In discussion at https://habr.com/ru/articles/797343/#comment_26565719 was an idea to implement internal functions as they are through `php -r "echo $function_name();"`, instead of using Bash.

| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️/❌ | Breaks BC? | ✔️/❌ | Fixed issues | comma-separated list of...

Added composer-require-checker according to https://github.com/yiisoft/actions/pull/9

Includes: - https://github.com/yiisoft/queue/pull/189 - https://github.com/yiisoft/queue/pull/188 - https://github.com/yiisoft/queue/pull/182 Differences: - Queue messages dispatches through `Psr\EventDispatcherInterface` - `SynchronousAdapter` triggers on both console and web request end events instead of `__destruct()` method -...

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ✔️ Drop support pre-configured handlers, make it compatible...

status:code review

[Here](https://github.com/yiisoft/yii-debug/pull/140#event-7096782071) was added an integration with `yii-queue`. I think it would be useful to pass a class that called any "queue" methods, such as `push()`, `status()` and the rest. Sometimes...

type:enhancement
status:ready for adoption

Added composer-require-checker according to https://github.com/yiisoft/actions/pull/9

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232