Rob

Results 271 comments of Rob

Personally I use the following alias for composer: https://github.com/alcohol/dotfiles/blob/main/bin/composer In regards to PHP versions, please see our documentation: https://github.com/docker-library/docs/tree/master/composer#php-version--extensions

Thanks, I'll look into that when I have time.

Can this get some traction?

Why not https://github.com/FriendsOfPHP/PHP-CS-Fixer ? PHP CodeSniffer is rather outdated.

Yes, though I can't quite say what I would like this to look like. But I am definitely open to scripted updating. If you can start with a PR with...

I also am still not sure if I want to make this library more in line with how I setup https://github.com/thephpleague/iso3166 or not (I sometimes prefer the more "simple" approach...

When processing the classmap directories, we filter the `exclude-from-classmap` list to the entries that match the current given dir we are iterating over (`realpath()`ed). When we process `src`, it is...

When processing `src`, we end up having a `$excluded` value of `{(/composer\-test/src1/Dummy\.php($|/))}`, a `$realPath` value of `/composer-test/src2/Dummy.php`, and a `$filePath` value of `composer-test/src/Dummy.php`.

> Yeah I am not sure what is the exact cause.. This symlink setup seems like quite a mess and I don't know where it's failing but it's most likely...