From 61e6d0645b89104fbd660218d3408219ad7176b5 Mon Sep 17 00:00:00 2001 From: maks-rafalko Date: Thu, 7 Dec 2023 18:42:43 +0100 Subject: [PATCH] Revert "Disable Box Requirements Checker as it conflicts as the package "symfony/service-contracts" conflicts with the extension "psr" (#1902)" This reverts commit 5583296109ee445650b872b43623b89e22a5787c. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38508c6231..303f1fdc0f 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ $(INFECTION): vendor $(shell find bin/ src/ -type f) $(BOX) box.json.dist .git/H composer install --no-dev $(BOX) --version $(BOX) validate - BOX_REQUIREMENT_CHECKER=0 $(BOX) compile + $(BOX) compile composer remove infection/codeception-adapter infection/phpspec-adapter composer install touch -c $@