hechoendrupal / drupal-console-extend-plugin

Drupal Console Extend Composer Plugin
131 stars 31 forks source link

Don't choke on unreadable directories #4

Closed andriokha closed 7 years ago

andriokha commented 7 years ago

I have an unreadable directory in my project root, and when trying to add a new dependency an error causes the change to be rolled back consistently.

Installation failed, reverting ./composer.json to its original content.

[Symfony\Component\Finder\Exception\AccessDeniedException]                                                                                          
  RecursiveDirectoryIterator::__construct(/path/to/project/unreadable): failed to open dir: Permission denied
andriokha commented 7 years ago

See https://github.com/hechoendrupal/drupal-console-extend-plugin/pull/5

jmolivas commented 7 years ago

@andriokha PR #5 merged