|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
|
],
|
|
],
|
|
|
- "content-hash": "05e37f86dd41e7725be5e8e42cf13eb7",
|
|
|
|
|
|
|
+ "content-hash": "6dd20e0c95587c308ae3c36c92ca2353",
|
|
|
"packages": [
|
|
"packages": [
|
|
|
{
|
|
{
|
|
|
"name": "api-platform/core",
|
|
"name": "api-platform/core",
|
|
@@ -5224,6 +5224,165 @@
|
|
|
],
|
|
],
|
|
|
"time": "2022-01-02T09:51:59+00:00"
|
|
"time": "2022-01-02T09:51:59+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.3.14",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/mime.git",
|
|
|
|
|
+ "reference": "2769b338f999a7c53a88e3c124a3d69d7d3feb49"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/mime/zipball/2769b338f999a7c53a88e3c124a3d69d7d3feb49",
|
|
|
|
|
+ "reference": "2769b338f999a7c53a88e3c124a3d69d7d3feb49",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2.5",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.1",
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "symfony/property-access": "^4.4|^5.1",
|
|
|
|
|
+ "symfony/property-info": "^4.4|^5.1",
|
|
|
|
|
+ "symfony/serializer": "^5.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.3.14"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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:51:59+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "symfony/monolog-bridge",
|
|
"name": "symfony/monolog-bridge",
|
|
|
"version": "v5.3.7",
|
|
"version": "v5.3.7",
|