diff --git a/composer.json b/composer.json index 33d3cdc..1f43223 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ "symfony/intl": "6.2.*", "symfony/mime": "6.2.*", "symfony/monolog-bundle": "^3.0", - "symfony/notifier": "6.2.*", "symfony/process": "6.2.*", "symfony/property-access": "6.2.*", "symfony/property-info": "6.2.*", diff --git a/composer.lock b/composer.lock index ea96c74..1ae50c8 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "82828695db71c1998ad19ac1535a982f", + "content-hash": "c5254f3d7e414fcba22a547c448e6a23", "packages": [ { "name": "doctrine/annotations", @@ -5363,82 +5363,6 @@ ], "time": "2022-05-10T14:24:36+00:00" }, - { - "name": "symfony/notifier", - "version": "v6.2.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/notifier.git", - "reference": "051bb72b2e2b64dbdc1a0b4f70fb2a0050d96850" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/notifier/zipball/051bb72b2e2b64dbdc1a0b4f70fb2a0050d96850", - "reference": "051bb72b2e2b64dbdc1a0b4f70fb2a0050d96850", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/event-dispatcher": "<5.4", - "symfony/http-kernel": "<5.4" - }, - "require-dev": { - "symfony/event-dispatcher-contracts": "^2|^3", - "symfony/http-client-contracts": "^2|^3", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/messenger": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Notifier\\": "" - }, - "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": "Sends notifications via one or more channels (email, SMS, ...)", - "homepage": "https://symfony.com", - "keywords": [ - "notification", - "notifier" - ], - "support": { - "source": "https://github.com/symfony/notifier/tree/v6.2.7" - }, - "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-02-17T11:05:34+00:00" - }, { "name": "symfony/options-resolver", "version": "v6.2.7", diff --git a/config/packages/notifier.yaml b/config/packages/notifier.yaml deleted file mode 100644 index 3984a48..0000000 --- a/config/packages/notifier.yaml +++ /dev/null @@ -1,16 +0,0 @@ -framework: - notifier: - #chatter_transports: - # slack: '%env(SLACK_DSN)%' - # telegram: '%env(TELEGRAM_DSN)%' - #texter_transports: - # twilio: '%env(TWILIO_DSN)%' - # nexmo: '%env(NEXMO_DSN)%' - channel_policy: - # use chat/slack, chat/telegram, sms/twilio or sms/nexmo - urgent: ['email'] - high: ['email'] - medium: ['email'] - low: ['email'] - admin_recipients: - - { email: admin@example.com } diff --git a/symfony.lock b/symfony.lock index db8c2d0..4322cec 100644 --- a/symfony.lock +++ b/symfony.lock @@ -176,18 +176,6 @@ "config/packages/monolog.yaml" ] }, - "symfony/notifier": { - "version": "6.2", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "5.0", - "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9" - }, - "files": [ - "config/packages/notifier.yaml" - ] - }, "symfony/phpunit-bridge": { "version": "6.2", "recipe": {