From ab25c80ea95ae1271161a675ac1fe05c496bcbad Mon Sep 17 00:00:00 2001 From: core23 Date: Fri, 17 Sep 2021 08:27:43 +0200 Subject: [PATCH] Mark package as abandoned --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8cfb02cb..2bf01e343 100644 --- a/composer.json +++ b/composer.json @@ -117,5 +117,6 @@ "Sonata\\PriceBundle\\Tests\\": "tests/PriceBundle", "Sonata\\ProductBundle\\Tests\\": "tests/ProductBundle" } - } + }, + "abandoned": true }