Commit ca7c0bda authored by Ryan Szrama's avatar Ryan Szrama Committed by Ryan Szrama
Browse files

Issue #3275136 by rszrama: Installation fails on a Symfony Mailer configuration dependency issue

parent eead9625
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
            "type": "vcs",
            "url": "https://git.drupalcode.org/project/commerce_demo.git"
        },
        {
            "type": "vcs",
            "url": "https://git.drupalcode.org/project/symfony_mailer.git"
        },
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
@@ -51,7 +55,7 @@
        "drupal/field_group": "^3.2",
        "drupal/jquery_ui_touch_punch": "^1.0",
        "drupal/select2": "^1.13",
        "drupal/symfony_mailer": "^1.0@alpha",
        "drupal/symfony_mailer": "1.0.0-alpha7",
        "drupal/token": "^1.0",
        "npm-asset/jquery-ui-touch-punch": "^0.2.3",
        "npm-asset/select2": "^4.0",
@@ -142,6 +146,9 @@
        "enable-patching": true,
        "composer-exit-on-patch-failure": true,
        "patches": {
            "drupal/symfony_mailer": {
                "#3275136 - Installation fails on symfony_mailer unmet dependency": "https://www.drupal.org/files/issues/2022-04-14/3275136-5.symfony_mailer_dependency.patch"
            }
        }
    }
}