From 91896247fe36d431fdcb184fb2a868d508d1c2a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 13 Oct 2024 00:42:14 +0200 Subject: [PATCH] Allow symfony contrib recipes --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 095b760..a8c28e2 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "dev-master": "1.x-dev" }, "symfony": { - "allow-contrib": false, + "allow-contrib": true, "docker": false, "endpoint": [ "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json", -- 2.41.1