Florian Weber

Results 98 comments of Florian Weber

You could add it as third option. We added homebrew a while ago. @danepowell btw, the phar file has support for self updates.

The basic idea for Drush Launcher was to build a tool that can handle any Drush version, i.e. Drush 8 for Drupal 7 and Drush 10 for Drupal 9 (and...

Yeah i think @greg-1-anderson is right. @T2L Are you using drupal-scaffold without drupal/core? Could you explain your idea? Thanks!

Hi, would say it is the expected behaviour because we recommend that people commit the scaffold to their repository. The goal is to avoid any magic in CI environments which...

I am not convinced of this feature, because initially we told people to commit the files from ``drupal-scaffold`` to their repository. ``drupal-scaffold`` was meant to be run on the initial...

Ok, works for me. Can we add a test for it?

I had changed the error handling in https://github.com/drupal-composer/drupal-scaffold/pull/88 so the code can throw an exception. Without the change only a log msg to std error.

@Schnitzel Could you take a look at the error handling in v2.6.0 and report if the issue still applies?