From 7d821f112a1eb826211312cef3f95d37202d0066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 2 Jun 2021 17:16:21 +0200 Subject: [PATCH] Move symfony/runtime from require to require-dev in main composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f244517786900..3c6619b7f2823 100644 --- a/composer.json +++ b/composer.json @@ -53,8 +53,7 @@ "symfony/polyfill-php73": "^1.11", "symfony/polyfill-php80": "^1.15", "symfony/polyfill-php81": "^1.22", - "symfony/polyfill-uuid": "^1.15", - "symfony/runtime": "self.version" + "symfony/polyfill-uuid": "^1.15" }, "replace": { "symfony/asset": "self.version", @@ -144,6 +143,7 @@ "egulias/email-validator": "^2.1.10|^3.1", "symfony/mercure-bundle": "^0.3", "symfony/phpunit-bridge": "^5.2", + "symfony/runtime": "self.version", "symfony/security-acl": "~2.8|~3.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "twig/cssinliner-extra": "^2.12|^3",