Results 489 comments of bilogic
trafficstars

> @bilogic I dont see why not, what is your problem? Its been a while, but I think this was what I wanted: 1. When coding, I will just write...

Sorry, I thought it was just PHP version in your `composer.json`, that was why I did not provide any logs. This showed up when I have only php8.2, it seems...

I tried adding `--no-dev`, but it still does not run properly even though `/home/user/configs/config.php`, `factory.php` and `logger.php` exists. This issue does not appear if run `composer create-project mougrim/php-xdebug-proxy` using php8.1...

Eventually, I had to run composer twice using php8.2 to make things work, really weird. ``` php8.2 /usr/local/bin/composer create-project mougrim/php-xdebug-proxy --no-dev cd php-xdebug-proxy php8.2 /usr/local/bin/composer update ```

> > 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....

@mougrim Would you be able to provide a logger.php that does not require `amphp/log`? I tried but was unsuccessfully.

> amphp/log isn't required dependency. For someone new trying to use php-xdebug-proxy for the first time 1. they have to implement a LoggerInterface first before being even able to use...

Yes, I plan to file a PR, but i'm stuck with writing a dependency free logger, so asking for your help.

Isn't it odd that NPM is able to acquire SSL certs for its records but won't do so for itself? And in order to expose NPM securely to the internet...