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 82e2c3f commit bb61ae6Copy full SHA for bb61ae6
bin/build-phar.sh
@@ -5,7 +5,7 @@ set -e
5
mkdir -p build
6
cd build
7
8
-wget -O box.phar https://github.com/box-project/box/releases/download/4.3.8/box.phar
+wget -O box.phar https://github.com/box-project/box/releases/download/4.5.1/box.phar
9
php box.phar compile -c ../box.json.gh-release
10
11
if [[ "$GPG_SIGNING" != '' ]] ; then
0 commit comments