Skip to content

Commit

Permalink
Disable Box Requirements Checker as it conflicts as the package "symf…
Browse files Browse the repository at this point in the history
…ony/service-contracts" conflicts with the extension "psr" (#1902)
  • Loading branch information
sidz committed Dec 7, 2023
1 parent 6a46a15 commit 5583296
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) compile
BOX_REQUIREMENT_CHECKER=0 $(BOX) compile
composer remove infection/codeception-adapter infection/phpspec-adapter
composer install
touch -c $@
Expand Down

0 comments on commit 5583296

Please sign in to comment.