From 4a3d31d27050d5f4fd808dc68377050f72b99979 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sun, 7 Apr 2024 10:17:51 +0200 Subject: [PATCH] cleanup composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 942b29af..9e0c50cb 100644 --- a/composer.json +++ b/composer.json @@ -41,13 +41,13 @@ "symfony/translation": "^6.4 || ^7.0", "symfony/validator": "^6.4 || ^7.0", "symfony/twig-bundle": "^6.4 || ^7.0", - "symfony-cmf/testing": "dev-fix-test-kernel as 5.0.2", + "symfony-cmf/testing": "5.0.2", "twig/twig": "^2.4.4 || ^3.0" }, "suggest": { - "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)", + "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents", "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents", - "doctrine/orm": "To enable support for the ORM entities (^2.5)" + "doctrine/orm": "To enable support for the ORM entities" }, "conflict": { "doctrine/common": "<3.1.1",