From 6209f4be13f4f3be00dc9c3d8482d083f05f4b1e Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 22 Apr 2022 10:37:32 +0200 Subject: [PATCH] fix: Remove `ext-xdebug` from `composer.json` for now. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1a2fa31a3..1a8a3dd95 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,6 @@ "loophp/iterators": "^1.6" }, "require-dev": { - "ext-xdebug": "*", "amphp/parallel-functions": "^1", "doctrine/collections": "^1.6", "drupol/php-conventions": "^5",