Skip to content

Commit

Permalink
OP-446 - Add mailer file
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 30, 2024
1 parent 1f3c257 commit af6a44a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3",
"sylius/sylius": "~1.12.0",
"sylius/sylius": " ~1.12.0 || ~1.13.0 ",
"symfony/webpack-encore-bundle": "^1.16",
"php-http/message-factory": "^1.1"
},
Expand Down
3 changes: 3 additions & 0 deletions tests/Application/config/packages/mailer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
framework:
mailer:
dsn: '%env(MAILER_DSN)%'

0 comments on commit af6a44a

Please sign in to comment.