We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d0b87 commit 52d014eCopy full SHA for 52d014e
Makefile
@@ -122,7 +122,7 @@ tools/infection.pubkey:
122
curl -Ls https://github.com/infection/infection/releases/download/0.20.2/infection.phar.pubkey -o tools/infection.pubkey
123
124
tools/box:
125
- curl -Ls https://github.com/humbug/box/releases/download/3.10.0test_it_finds_classes_that_implement_given_interface/box.phar -o tools/box && chmod +x tools/box
+ curl -Ls https://github.com/humbug/box/releases/download/3.10.0/box.phar -o tools/box && chmod +x tools/box
126
127
tests/phar/tools/phpunit:
128
curl -Ls https://phar.phpunit.de/phpunit-9.phar -o tests/phar/tools/phpunit && chmod +x tests/phar/tools/phpunit
0 commit comments