ComposerRequireChecker
ComposerRequireChecker copied to clipboard
Recursively find files
Hi,
With scan-files I can't recursively find files: foo/*.php will only search in foo directory, not in subdirectories.
Ho can I do it?
Thanks
scan-files follow the glob pattern. So as far as i know it should be possible but never tried it myself or have seen it in the tests here. See here the glob pattern syntax: https://github.com/webmozarts/glob
/foo/**/*.php should maybe do the trick.
Ok thanks, you can close this issue :)
Did it worked out?
I can confirm that foo/**/*.php works for me. I guess this issue can be closed by someone with the power to do so. :slightly_smiling_face: