Mougrim
Mougrim
Please, release new version.
Hi all! Hope you are well. @ramsey, when approx 5 version will be released?
Hi all! Is there anything I can help to merge it?
Hi, @bilogic! Please, provide more info. What is the problem with php8.2? Anyway, feel free to make a merge request. According to the page https://www.php.net/supported-versions.php, now minimal supported version php8.1,...
@bilogic, try to run composer with `--no-dev`, it should work. Anyway fell free to make marge request with fix dev mode.
@bilogic > You should install "amphp/log" by default or provide your custom config/logger.php via config for use php-xdebug-proxy Looks like the problem was because you didn't install amphp/log. If all...
Hi, @bilogic! According to the doc, you can install amphp/log manually: ```bash composer.phar require amphp/log '^1.0.0' ``` If you don't want to use amphp/log, you can just implement LoggerInterface by...
> they have to implement a LoggerInterface first before being even able to use it, why would they know how to write something like that? They can install amphp/log manually...
> but i'm stuck with writing a dependency free logger, so asking for your help. I'm not sure, that a dependency free logger is needed in this project. This project...
Closing during no activity.