From 6d4c7ee203072b870a316d0fd2949f9565633057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Thu, 13 Feb 2025 23:58:15 +0100 Subject: [PATCH] fix: Remove thecodingmachine/safe (for real this time) --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cd962e4..7314841 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,7 @@ ], "require": { "php": "^8.1", - "symfony/filesystem": "^6.4 || ^7.0", - "thecodingmachine/safe": "^2.0" + "symfony/filesystem": "^6.4 || ^7.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4",