Skip to content

Commit

Permalink
Merge pull request #83 from jakzal/box-update
Browse files Browse the repository at this point in the history
Update box
  • Loading branch information
jakzal authored Apr 15, 2019
2 parents e1c161c + af16271 commit 3a9f1d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
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.4.0/box.phar -o tools/box && chmod +x tools/box
curl -Ls https://github.com/humbug/box/releases/download/3.7.0/box.phar -o tools/box && chmod +x tools/box
4 changes: 1 addition & 3 deletions box-devkit.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"output": "../devkit.phar",
"compression": "GZ",
"directories": ["."],
"dump-autoload": true,
"exclude-composer-files": true,
"check-requirements": false,
"main": "bin/devkit.php",
"compactors": [
Expand All @@ -15,4 +13,4 @@
"",
"(c) Jakub Zalas <[email protected]>"
]
}
}
4 changes: 1 addition & 3 deletions box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"output": "../toolbox.phar",
"compression": "GZ",
"directories": ["."],
"dump-autoload": true,
"exclude-composer-files": true,
"check-requirements": false,
"main": "bin/toolbox.php",
"compactors": [
Expand All @@ -15,4 +13,4 @@
"",
"(c) Jakub Zalas <[email protected]>"
]
}
}

0 comments on commit 3a9f1d9

Please sign in to comment.