Skip to content

Commit

Permalink
Remove symfony mailer direct dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Sep 22, 2023
1 parent 1c3eee6 commit 85e0df5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion composer-unused.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
return $config
->addNamedFilter(NamedFilter::fromString('league/flysystem-bundle'))
->addNamedFilter(NamedFilter::fromString('setono/doctrine-orm-batcher-bundle'))
->addNamedFilter(NamedFilter::fromString('symfony/mailer'))
;
};
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"symfony/form": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4.7 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/mailer": "^5.4 || ^6.0",
"symfony/messenger": "^5.4 || ^6.0",
"symfony/mime": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
Expand Down
3 changes: 3 additions & 0 deletions tests/Application/config/packages/_sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ sylius_shop:

sylius_api:
enabled: true

sylius_mailer:
sender_adapter: sylius.email_sender.adapter.default
3 changes: 0 additions & 3 deletions tests/Application/config/packages/mailer.yaml

This file was deleted.

0 comments on commit 85e0df5

Please sign in to comment.