From 423239c4e7e4222fe3b5baaac587408d73ee7476 Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Thu, 21 Nov 2024 17:34:38 +0100 Subject: [PATCH] Bring back dependency suggestions As certain parts of the code will throw when these dependencies are not installed they need to be suggested. This was, other tools, such as composer-unused, can correctly detect that when installed it is due to the suggestion from this package. --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 1d2a1e71..3c89bca6 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,10 @@ "lib-libxml" : "*", "sweetrdf/rdf-helpers": "^2.0" }, + "suggest": { + "ml/json-ld": "^1.0", + "semsol/arc2": "^3" + }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "ml/json-ld": "^1.0",