Commit e3aec682 authored by Ryan Szrama's avatar Ryan Szrama
Browse files

Issue #3275136 by rszrama: revert to just using Symfony Mailer 1.x-dev until...

Issue #3275136 by rszrama: revert to just using Symfony Mailer 1.x-dev until the next release is tagged.
parent 3b5df65e
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -25,10 +25,6 @@
            "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"
@@ -55,7 +51,7 @@
        "drupal/field_group": "^3.2",
        "drupal/jquery_ui_touch_punch": "^1.0",
        "drupal/select2": "^1.13",
        "drupal/symfony_mailer": "1.0.0-alpha7",
        "drupal/symfony_mailer": "1.x-dev",
        "drupal/token": "^1.0",
        "npm-asset/jquery-ui-touch-punch": "^0.2.3",
        "npm-asset/select2": "^4.0",
@@ -145,10 +141,6 @@
        },
        "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"
            }
        }
        "patches": {  }
    }
}