Chris Smith

Results 24 comments of Chris Smith

Apologies, I merged from the wrong remote which meant I didn't have b83a046 I've ignored the PHPStan error I've introduced which is the same class as the existing ignored problems.

Thanks for your assistance in getting this merged @greg0ire :smiley:

From what I can tell (see code snippets below) the Composer 1 helper does the equivalent of `composer update --with-dependencies vendor/pkg` whereas the v2 helper is doing `composer update --with-all-dependencies...

I currently workaround this using `sed -i "s,'$(pwd)/,getcwd().'/,g" output.cov`, however changes on master are going to make this impossible: be7e0481ecf9b20e21846f4b57257c95c7796478

> I mean, it'll break horribly, but the technique is sound and it'll be fixable. Unfortunately you will need to resort to reflection to get access to all of the...

I'm also experiencing this issue when running on Docker Cloud, it seems to work as indented if you edit the service directly but if you update a stack (which in...

If you can control the content of a file the autoloader loads the door is already blown open. Wrapping the call inside an anonymous function isn't going to save you,...

The point is that once the attacker can get your code to load his code, he owns you. Putting up speed bumps to slow him down is just pointless, you...

FWIW npm appears to work the same as curl/wget. It seems there is no way I can find to tell Composer to only use the proxy for HTTP, I've tried...