From 30fdd3fbc056bf448b2086ac2991c62306b2dc02 Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Thu, 27 Nov 2025 19:48:01 +0100 Subject: [PATCH] chore: Disable Composer audit --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 0a9dfe0..09d7e84 100644 --- a/composer.json +++ b/composer.json @@ -55,5 +55,10 @@ "psr-4": { "Cocur\\Slugify\\Tests\\": "tests" } + }, + "config": { + "audit": { + "block-insecure": false + } } }