Peter Gasser
Peter Gasser
Thx @christopher-hopper. That seems like a nice addition. * which other methods in robo-drush depend on the Drupal version? * how to get the Drupal version? (I think best would...
Hi @pheadeaux, thanks for the issue and PR. Since this plugin should work with D7 and D8, simply replacing the call will not do the trick. This problematic also was...
Hi @phansys ! After upgrading DoctrineExtensions some of our tests also started failing. `ClockMock` of `phpunit-bridge` relies on dynamically replacing calls to global date-/time-related functions. The commit linked by @rasstislav...
@rasstislav I can confirm it works now. Unfortunately, [Symfony\Component\HttpFoundation\Session\Storage\MetadataBag](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php#L129) (also in `initialize` in [line 53](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php#L53)) still uses `time()` instead of a PSR-20 Clock. This is what I have done in...
@slaff: thanks for specifying. Stripping any directory seems rather strange to me, as I want to preserve the structure therein (maybe I want to include helper libraries etc.). This should...
However, it is a bit misleading/counter-intuitive that the task "Run Composer installer." respects `composer_version`, but "Update Composer to latest version (if configured)." would simply overwrite this version with the latest...