Skip to content

Commit

Permalink
Revert "Disable Box Requirements Checker as it conflicts as the packa…
Browse files Browse the repository at this point in the history
…ge "symfony/service-contracts" conflicts with the extension "psr" (#1902)"

This reverts commit 5583296.
  • Loading branch information
maks-rafalko committed Dec 7, 2023
1 parent 23c94d5 commit 61e6d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 61e6d06

Please sign in to comment.