From 68244a8a769a5c910cb0ae1906d5c40ff729ff6d Mon Sep 17 00:00:00 2001 From: Felix Gradinaru Date: Mon, 21 Aug 2023 15:18:53 +0200 Subject: [PATCH] TASK: Make bz2 and igbinary only suggested requirements --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fd0123d..18440d9 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,11 @@ "require": { "neos/neos": "^7 || ^8", "sandstorm/templatemailer": "^2", - "neosidekick/revisions": "*", - "ext-bz2": "*", - "ext-igbinary": "*" + "neosidekick/revisions": "*" + }, + "suggest": { + "ext-bz2": "Install bz2 extension to compress changes content", + "ext-igbinary": "Install igbinary for better serialization" }, "autoload": { "psr-4": {