Switch to Box 2.5.0, which fixes shebang issue
This commit is contained in:
parent
0f77785480
commit
a7f561bb64
2
box.json
2
box.json
|
@ -31,6 +31,6 @@
|
||||||
],
|
],
|
||||||
"directories": ["compat", "src/"],
|
"directories": ["compat", "src/"],
|
||||||
"git-version": "git-version",
|
"git-version": "git-version",
|
||||||
"shebang": "",
|
"shebang": false,
|
||||||
"stub": true
|
"stub": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,15 +25,11 @@ fi
|
||||||
php composer.phar self-update
|
php composer.phar self-update
|
||||||
php composer.phar update --no-dev
|
php composer.phar update --no-dev
|
||||||
|
|
||||||
# We currently use a custom version of Box due to
|
if [ ! -f box.phar ]; then
|
||||||
# https://github.com/box-project/box2/issues/88. There are PRs from Greg with
|
wget -O box.phar "https://github.com/box-project/box2/releases/download/2.5.0/box-2.5.0.phar"
|
||||||
# the fixes.
|
fi
|
||||||
#
|
|
||||||
# if [ ! -f box.phar ]; then
|
|
||||||
# wget -O box.phar "https://github.com/kherge-archive/Box/releases/download/2.4.4/box-2.4.4.phar"
|
|
||||||
# fi
|
|
||||||
|
|
||||||
../box2/bin/box build
|
php box.phar build
|
||||||
|
|
||||||
PHAR_TEST=$(./dev-bin/phar-test.php)
|
PHAR_TEST=$(./dev-bin/phar-test.php)
|
||||||
if [[ -n $PHAR_TEST ]]; then
|
if [[ -n $PHAR_TEST ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user