From 9c69567a41d447c3dc30f833ec72b05a4f333bb7 Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Thu, 16 Mar 2023 17:02:39 +0100 Subject: [PATCH] Move dependencies only needed for testing to require-dev --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 77a68fd1..716ef32c 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0", - "sylius/mailer-bundle": "^1.8 || ^2.0@beta", - "symfony/webpack-encore-bundle": "^1.15" + "sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0" }, "require-dev": { "api-platform/core": "~2.5.0 || ~2.6.0 || ~2.7.0", @@ -31,12 +29,14 @@ "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^9.5", "sensiolabs/security-checker": "^6.0", + "sylius/mailer-bundle": "^1.8 || ^2.0@beta", "sylius-labs/coding-standard": "^4.0", "symfony/browser-kit": "^4.4 || ^5.4", "symfony/debug-bundle": "^4.4 || ^5.4", "symfony/dotenv": "^4.4 || ^5.4", "symfony/intl": "^4.4 || ^5.4", "symfony/web-profiler-bundle": "^4.4 || ^5.4", + "symfony/webpack-encore-bundle": "^1.15", "vimeo/psalm": "4.23.0" }, "config": {