|
|
|
@ -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": "911ebb327c8f03e8e4ed4a7ece22c851", |
|
|
|
|
"content-hash": "964ef6e102454980ceed317c53895b8f", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "doctrine/annotations", |
|
|
|
@ -1365,6 +1365,74 @@ |
|
|
|
|
}, |
|
|
|
|
"time": "2021-11-05T11:11:14+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "egulias/email-validator", |
|
|
|
|
"version": "3.1.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/egulias/EmailValidator.git", |
|
|
|
|
"reference": "ee0db30118f661fb166bcffbf5d82032df484697" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", |
|
|
|
|
"reference": "ee0db30118f661fb166bcffbf5d82032df484697", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"doctrine/lexer": "^1.2", |
|
|
|
|
"php": ">=7.2", |
|
|
|
|
"symfony/polyfill-intl-idn": "^1.15" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"php-coveralls/php-coveralls": "^2.2", |
|
|
|
|
"phpunit/phpunit": "^8.5.8|^9.3.3", |
|
|
|
|
"vimeo/psalm": "^4" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "3.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Egulias\\EmailValidator\\": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Eduardo Gulias Davis" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "A library for validating emails against several RFCs", |
|
|
|
|
"homepage": "https://github.com/egulias/EmailValidator", |
|
|
|
|
"keywords": [ |
|
|
|
|
"email", |
|
|
|
|
"emailvalidation", |
|
|
|
|
"emailvalidator", |
|
|
|
|
"validation", |
|
|
|
|
"validator" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/egulias/EmailValidator/issues", |
|
|
|
|
"source": "https://github.com/egulias/EmailValidator/tree/3.1.2" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/egulias", |
|
|
|
|
"type": "github" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2021-10-11T09:18:27+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "friendsofphp/proxy-manager-lts", |
|
|
|
|
"version": "v1.0.7", |
|
|
|
@ -3976,6 +4044,161 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2022-04-02T06:35:11+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/mailer", |
|
|
|
|
"version": "v6.0.8", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/mailer.git", |
|
|
|
|
"reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/mailer/zipball/706af6b3e99ebcbc639c9c664f5579aaa869409b", |
|
|
|
|
"reference": "706af6b3e99ebcbc639c9c664f5579aaa869409b", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"egulias/email-validator": "^2.1.10|^3", |
|
|
|
|
"php": ">=8.0.2", |
|
|
|
|
"psr/event-dispatcher": "^1", |
|
|
|
|
"psr/log": "^1|^2|^3", |
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0", |
|
|
|
|
"symfony/mime": "^5.4|^6.0", |
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"symfony/http-kernel": "<5.4" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"symfony/http-client-contracts": "^1.1|^2|^3", |
|
|
|
|
"symfony/messenger": "^5.4|^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/v6.0.8" |
|
|
|
|
}, |
|
|
|
|
"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-04-27T17:10:30+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/mime", |
|
|
|
|
"version": "v6.0.8", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/mime.git", |
|
|
|
|
"reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1", |
|
|
|
|
"reference": "c1701e88ad0ca49fc6ad6cdf360bc0e1209fb5e1", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=8.0.2", |
|
|
|
|
"symfony/polyfill-intl-idn": "^1.10", |
|
|
|
|
"symfony/polyfill-mbstring": "^1.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"egulias/email-validator": "~3.0.0", |
|
|
|
|
"phpdocumentor/reflection-docblock": "<3.2.2", |
|
|
|
|
"phpdocumentor/type-resolver": "<1.4.0", |
|
|
|
|
"symfony/mailer": "<5.4" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"egulias/email-validator": "^2.1.10|^3.1", |
|
|
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", |
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0", |
|
|
|
|
"symfony/property-access": "^5.4|^6.0", |
|
|
|
|
"symfony/property-info": "^5.4|^6.0", |
|
|
|
|
"symfony/serializer": "^5.4|^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/v6.0.8" |
|
|
|
|
}, |
|
|
|
|
"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-04-12T16:11:42+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/password-hasher", |
|
|
|
|
"version": "v6.0.3", |
|
|
|
@ -4129,6 +4352,93 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2021-11-23T21:10:46+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/polyfill-intl-idn", |
|
|
|
|
"version": "v1.25.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git", |
|
|
|
|
"reference": "749045c69efb97c70d25d7463abba812e91f3a44" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", |
|
|
|
|
"reference": "749045c69efb97c70d25d7463abba812e91f3a44", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.1", |
|
|
|
|
"symfony/polyfill-intl-normalizer": "^1.10", |
|
|
|
|
"symfony/polyfill-php72": "^1.10" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-intl": "For best performance" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-main": "1.23-dev" |
|
|
|
|
}, |
|
|
|
|
"thanks": { |
|
|
|
|
"name": "symfony/polyfill", |
|
|
|
|
"url": "https://github.com/symfony/polyfill" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"files": [ |
|
|
|
|
"bootstrap.php" |
|
|
|
|
], |
|
|
|
|
"psr-4": { |
|
|
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Laurent Bassin", |
|
|
|
|
"email": "laurent@bassin.info" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Trevor Rowbotham", |
|
|
|
|
"email": "trevor.rowbotham@pm.me" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"compatibility", |
|
|
|
|
"idn", |
|
|
|
|
"intl", |
|
|
|
|
"polyfill", |
|
|
|
|
"portable", |
|
|
|
|
"shim" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" |
|
|
|
|
}, |
|
|
|
|
"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": "2021-09-14T14:02:44+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/polyfill-intl-normalizer", |
|
|
|
|
"version": "v1.25.0", |
|
|
|
|