beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
304 stars 41 forks source link

Ignore unreadable directories in lookup #51

Closed eFrane closed 5 years ago

eFrane commented 5 years ago

The plugin did not check whether it is allowed to read in a lookup path. This lead to broken configurations in repositories containing (ignored) non-user data. Granted, this is an edge case but it should not break the plugin or composer autoload.

beberlei commented 5 years ago

@eFrane thank you :)