Skip to content
Snippets Groups Projects

Fixes added manually on top of bot's changes

3 unresolved threads

Closes #3429433

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2 2 type: module
3 3 description: 'Provide version number from composers lockfile.'
4 4 package: Other
5 core_version_requirement: ^8.8 || ^9 || ^10
5 core_version_requirement: ^8.8 || ^9 || ^10 || ^11
  • Jakob P
    Jakob P @japerry started a thread on the diff
  • 29 29 */
    30 30 protected $drupalFinder;
    31 31
    32 public function __construct(DrupalFinder $drupalFinder) {
    32 public function __construct(DrupalFinderComposerRuntime $drupalFinder) {
    • This class was recently added, but yet there is no update to composer requirements. Thus its likely to fail if webflo/drupal-finder isn't updated to the latest version, which also requires php 8.1

    • Please register or sign in to reply
  • Balu Ertl added 1 commit

    added 1 commit

    • 438b9580 - Bump minimum version required of core to D9 + `webflo/drupal-finder` to 1.3 +...

    Compare with previous version

  • Balu Ertl added 1 commit

    added 1 commit

    • f1d9d1d8 - Add the default DA template of `.gitlab-ci.yml` file to the project

    Compare with previous version

  • DEEPAK MISHRA added 1 commit

    added 1 commit

    Compare with previous version

  • DEEPAK MISHRA added 1 commit

    added 1 commit

    Compare with previous version

  • 7 7
    8 8 namespace Drupal\composer_deploy;
    9 9
    10 use DrupalFinder\DrupalFinder;
    10 use DrupalFinder\DrupalFinderComposerRuntime;
    11 11 use Webmozart\PathUtil\Path;
  • DEEPAK MISHRA added 1 commit

    added 1 commit

    • e0bf35ae - Drush 11 no longer uses Webmozart\PathUtil\Path.

    Compare with previous version

  • DEEPAK MISHRA added 1 commit

    added 1 commit

    • 6ce26d29 - Drush 11 no longer uses Webmozart\PathUtil\Path.

    Compare with previous version

  • @nerdstein @webflo @joelpittet - Can any of you review this MR and let us know your feedback.

  • Florian Weber added 1 commit

    added 1 commit

    • 6d42b02d - Update composer_deploy.info.yml

    Compare with previous version

  • Please register or sign in to reply
    Loading