From 1988277dfdf6678519cb54c5fce68d721e109e8c Mon Sep 17 00:00:00 2001 From: janpalen Date: Tue, 30 Jul 2024 10:48:26 +0200 Subject: [PATCH] OP-446 - Add mailer file --- composer.json | 13 +------------ tests/Application/config/packages/mailer.yaml | 3 +++ 2 files changed, 4 insertions(+), 12 deletions(-) create mode 100644 tests/Application/config/packages/mailer.yaml diff --git a/composer.json b/composer.json index 408e147..b49263e 100644 --- a/composer.json +++ b/composer.json @@ -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" }, @@ -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/", diff --git a/tests/Application/config/packages/mailer.yaml b/tests/Application/config/packages/mailer.yaml new file mode 100644 index 0000000..0a0697c --- /dev/null +++ b/tests/Application/config/packages/mailer.yaml @@ -0,0 +1,3 @@ +framework: + mailer: + dsn: '%env(MAILER_DSN)%'