Ricardo Boss
Ricardo Boss
This PR is an attempt to address #1725. I'm not an experienced Java developer and certainly not a plugin dev. I was unable to run this locally due to some...
@vitalybaev you should also consider renaming the repository to `vitalybaev/laravel-dkim` since it isn't restricted to Laravel 5 any more (at least in my fork).
Fix #37
Experienced while trying to install XIAOMI Developer EU ROM. HTTP 301 is a permanent redirect and should not lead to a failure. 
Hi! I want to be able to export a specific tag to store it in git so I can compare future revisions of the code against it. One possibility I...
Apparently, [webmozart/path-util](https://packagist.org/packages/webmozart/path-util) is no longer maintained and phpbench has it as a dependency. You should consider changing it to a maintained package or the proposed one: [symfony/filesystem](https://packagist.org/packages/symfony/filesystem).
Potential fix for #3317
My use case for this is running `phive` in a CI pipeline. I want to be able to install PHARs without user interaction and with already known versions.
By passing `null` as the IPC path, opening a UNIX socket can be skipped. I want to be able to do this in order to start a websocket server on...
This PR adds support for the `LoggerAwareInterface` by passing the servers Logger to the application being registered. This way, applications can log to the same interface as the server while...