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 1988277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 1 addition & 12 deletions 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 Expand Up @@ -54,17 +54,6 @@
"phpstan/extension-installer": false
}
},
"scripts": {
"post-install-cmd": [
"php bin/create_node_symlink.php"
],
"post-update-cmd": [
"php bin/create_node_symlink.php"
],
"post-create-project-cmd": [
"php bin/create_node_symlink.php"
]
},
"autoload": {
"psr-4": {
"BitBag\\SyliusQuadPayPlugin\\": "src/",
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 1988277

Please sign in to comment.