Skip to content
Snippets Groups Projects
Verified Commit 75edd5eb authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3165762 follow-up by znerol: Add symfony/mailer into core

parent 6ae2b8ff
No related branches found
No related tags found
20 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...,!6354Draft: Issue #3380392 by phma: Updating language weight from the overview reverts label if translated,!6324Issue #3416723 by Ludo.R: Provide a "node type" views default argument,!6119Issue #3405704 by Spokje, longwave: symfony/psr-http-message-bridge major version bump,!5950Issue #3403653 by alexpott, longwave: Incorporate improvements to how contrib runs PHPStan to core,!5858Issue #3401971 by fjgarlin: Test-only job shouldn't require constant rebases...,!5716Draft: Issue #3401102 by Spokje, longwave, smustgrave: Nightwatch artifacts on GitLab not retained,!5674Transaction autocommit during shutdown relies on unreliable object destruction order,!5644Issue #3395563 by nireneko, marvil07, lauriii, borisson_, smustgrave, Wim...
Pipeline #34698 passed
Pipeline: drupal

#34702

    Pipeline: drupal

    #34701

      Pipeline: drupal

      #34700

        +1
        ......@@ -41,6 +41,7 @@
        "symfony/filesystem": "^6.3",
        "symfony/finder": "^6.3",
        "symfony/lock": "^6.3",
        "symfony/mailer": "^6.3",
        "symfony/phpunit-bridge": "^6.3",
        "symfony/var-dumper": "^6.3"
        },
        ......
        ......@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
        ],
        "content-hash": "1f03bd567e9e6a240f6bec2e76b7f448",
        "content-hash": "93842a6c87cec9f144cd50dab29818e7",
        "packages": [
        {
        "name": "asm89/stack-cors",
        ......@@ -9138,6 +9138,86 @@
        ],
        "time": "2023-04-21T12:19:45+00:00"
        },
        {
        "name": "symfony/mailer",
        "version": "v6.3.5",
        "source": {
        "type": "git",
        "url": "https://github.com/symfony/mailer.git",
        "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
        },
        "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
        "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
        "shasum": ""
        },
        "require": {
        "egulias/email-validator": "^2.1.10|^3|^4",
        "php": ">=8.1",
        "psr/event-dispatcher": "^1",
        "psr/log": "^1|^2|^3",
        "symfony/event-dispatcher": "^5.4|^6.0",
        "symfony/mime": "^6.2",
        "symfony/service-contracts": "^2.5|^3"
        },
        "conflict": {
        "symfony/http-client-contracts": "<2.5",
        "symfony/http-kernel": "<5.4",
        "symfony/messenger": "<6.2",
        "symfony/mime": "<6.2",
        "symfony/twig-bridge": "<6.2.1"
        },
        "require-dev": {
        "symfony/console": "^5.4|^6.0",
        "symfony/http-client": "^5.4|^6.0",
        "symfony/messenger": "^6.2",
        "symfony/twig-bridge": "^6.2"
        },
        "type": "library",
        "autoload": {
        "psr-4": {
        "Symfony\\Component\\Mailer\\": ""
        },
        "exclude-from-classmap": [
        "/Tests/"
        ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
        "MIT"
        ],
        "authors": [
        {
        "name": "Fabien Potencier",
        "email": "fabien@symfony.com"
        },
        {
        "name": "Symfony Community",
        "homepage": "https://symfony.com/contributors"
        }
        ],
        "description": "Helps sending emails",
        "homepage": "https://symfony.com",
        "support": {
        "source": "https://github.com/symfony/mailer/tree/v6.3.5"
        },
        "funding": [
        {
        "url": "https://symfony.com/sponsor",
        "type": "custom"
        },
        {
        "url": "https://github.com/fabpot",
        "type": "github"
        },
        {
        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
        "type": "tidelift"
        }
        ],
        "time": "2023-09-06T09:47:15+00:00"
        },
        {
        "name": "symfony/phpunit-bridge",
        "version": "v6.3.0",
        ......
        ......@@ -33,6 +33,7 @@
        "symfony/filesystem": "^6.3",
        "symfony/finder": "^6.3",
        "symfony/lock": "^6.3",
        "symfony/mailer": "^6.3",
        "symfony/phpunit-bridge": "^6.3",
        "symfony/var-dumper": "^6.3"
        }
        ......
        ......@@ -86,6 +86,7 @@
        "symfony/filesystem": "v6.3.0",
        "symfony/finder": "v6.3.0",
        "symfony/lock": "v6.3.0",
        "symfony/mailer": "v6.3.5",
        "symfony/phpunit-bridge": "v6.3.0",
        "symfony/polyfill-php82": "v1.27.0",
        "theseer/tokenizer": "1.2.1",
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment