Skip to content

Commit

Permalink
Downgrade box as it fails on PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Mar 23, 2019
1 parent 618ee92 commit dc35383
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 @@ -149,4 +149,4 @@ tools/infection.pubkey:
curl -Ls https://github.com/infection/infection/releases/download/0.10.6/infection.phar.pubkey -o tools/infection.pubkey

tools/box:
curl -Ls https://github.com/humbug/box/releases/download/3.6.0/box.phar -o tools/box && chmod +x tools/box
curl -Ls https://github.com/humbug/box/releases/download/3.4.0/box.phar -o tools/box && chmod +x tools/box

0 comments on commit dc35383

Please sign in to comment.