Ben Ramsey @ramsey@phpc.social · activity timestamp 21 hours ago When specifying a "path" repository with a wildcard, does Composer do a recursive scan of the subdirectories for packages (i.e., composer.json files)?I'm asking about when you have configuration like this:{ "repositories": { "modules": { "type": "path", "url": "modules/*" } }}#PHP#Composer Read more Read less Michael T @mitelg@phpc.social · activity timestamp 21 hours ago @ramsey yes, it does. we are using this in #shopwarehttps://github.com/shopware/shopware/blob/trunk/composer.json#L218 Read more Read less Reply Boost Like More actions Copy link Flag this comment Block
Ben Ramsey @ramsey@phpc.social · activity timestamp 21 hours ago When specifying a "path" repository with a wildcard, does Composer do a recursive scan of the subdirectories for packages (i.e., composer.json files)?I'm asking about when you have configuration like this:{ "repositories": { "modules": { "type": "path", "url": "modules/*" } }}#PHP#Composer Read more Read less