|
@@ -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": "55b8d15feb2f817680bfd46e7f6f77a4",
|
|
|
+ "content-hash": "688c3a4caba4f1565d49033d85774e39",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/package-versions-deprecated",
|
|
@@ -2370,82 +2370,6 @@
|
|
|
},
|
|
|
"time": "2022-01-14T11:51:13+00:00"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "swiftmailer/swiftmailer",
|
|
|
- "version": "v6.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
|
- "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
|
|
- "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "egulias/email-validator": "^2.0|^3.1",
|
|
|
- "php": ">=7.0.0",
|
|
|
- "symfony/polyfill-iconv": "^1.0",
|
|
|
- "symfony/polyfill-intl-idn": "^1.10",
|
|
|
- "symfony/polyfill-mbstring": "^1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "^1.0",
|
|
|
- "symfony/phpunit-bridge": "^4.4|^5.4"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "Needed to support internationalized email addresses"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "6.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "lib/swift_required.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Chris Corbyn"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Swiftmailer, free feature-rich PHP mailer",
|
|
|
- "homepage": "https://swiftmailer.symfony.com",
|
|
|
- "keywords": [
|
|
|
- "email",
|
|
|
- "mail",
|
|
|
- "mailer"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/swiftmailer/swiftmailer/issues",
|
|
|
- "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "abandoned": "symfony/mailer",
|
|
|
- "time": "2021-10-18T15:26:12+00:00"
|
|
|
- },
|
|
|
{
|
|
|
"name": "symfony/apache-pack",
|
|
|
"version": "v1.0.1",
|
|
@@ -4175,6 +4099,165 @@
|
|
|
],
|
|
|
"time": "2022-02-28T07:57:55+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/mailer",
|
|
|
+ "version": "v5.4.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/mailer.git",
|
|
|
+ "reference": "f6e927ec95c957131e6b2c78790e1a6d4c576447"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/f6e927ec95c957131e6b2c78790e1a6d4c576447",
|
|
|
+ "reference": "f6e927ec95c957131e6b2c78790e1a6d4c576447",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "egulias/email-validator": "^2.1.10|^3",
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/event-dispatcher": "^1",
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/mime": "^5.2.6|^6.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/service-contracts": "^1.1|^2|^3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/http-kernel": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/http-client-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/messenger": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "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/v5.4.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": "2022-02-25T10:48:33+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/mime",
|
|
|
+ "version": "v5.4.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/mime.git",
|
|
|
+ "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/mime/zipball/e1503cfb5c9a225350f549d3bb99296f4abfb80f",
|
|
|
+ "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-intl-idn": "^1.10",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "egulias/email-validator": "~3.0.0",
|
|
|
+ "phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
+ "phpdocumentor/type-resolver": "<1.4.0",
|
|
|
+ "symfony/mailer": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "egulias/email-validator": "^2.1.10|^3.1",
|
|
|
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/property-access": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/property-info": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/serializer": "^5.2|^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Mime\\": ""
|
|
|
+ },
|
|
|
+ "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": "Allows manipulating MIME messages",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "mime",
|
|
|
+ "mime-type"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/mime/tree/v5.4.3"
|
|
|
+ },
|
|
|
+ "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": "2022-01-02T09:53:40+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/monolog-bridge",
|
|
|
"version": "v5.4.3",
|
|
@@ -6365,87 +6448,6 @@
|
|
|
],
|
|
|
"time": "2022-01-02T09:53:40+00:00"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/swiftmailer-bundle",
|
|
|
- "version": "v3.5.4",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/swiftmailer-bundle.git",
|
|
|
- "reference": "9daab339f226ac958192bf89836cb3378cc0e652"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/9daab339f226ac958192bf89836cb3378cc0e652",
|
|
|
- "reference": "9daab339f226ac958192bf89836cb3378cc0e652",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1",
|
|
|
- "swiftmailer/swiftmailer": "^6.1.3",
|
|
|
- "symfony/config": "^4.4|^5.0",
|
|
|
- "symfony/dependency-injection": "^4.4|^5.0",
|
|
|
- "symfony/http-kernel": "^4.4|^5.0"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "twig/twig": "<1.41|>=2.0,<2.10"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/console": "^4.4|^5.0",
|
|
|
- "symfony/framework-bundle": "^4.4|^5.0",
|
|
|
- "symfony/phpunit-bridge": "^4.4|^5.0",
|
|
|
- "symfony/yaml": "^4.4|^5.0"
|
|
|
- },
|
|
|
- "type": "symfony-bundle",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "3.5-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Bundle\\SwiftmailerBundle\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "http://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony SwiftmailerBundle",
|
|
|
- "homepage": "http://symfony.com",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/symfony/swiftmailer-bundle/issues",
|
|
|
- "source": "https://github.com/symfony/swiftmailer-bundle/tree/v3.5.4"
|
|
|
- },
|
|
|
- "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"
|
|
|
- }
|
|
|
- ],
|
|
|
- "abandoned": "symfony/mailer",
|
|
|
- "time": "2022-02-06T08:03:40+00:00"
|
|
|
- },
|
|
|
{
|
|
|
"name": "symfony/translation",
|
|
|
"version": "v5.4.5",
|