Skip to content

Commit 205e3cb

Browse files
committed
Builder: hide composer deprecation warnings
1 parent 3e4c6e6 commit 205e3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ then
2424
fi
2525

2626
# Ensure dependencies are up-to-date
27-
offenbach install --no-dev --no-interaction --optimize-autoloader
27+
php -d error_reporting=1 offenbach install --no-dev --no-interaction --optimize-autoloader
2828

2929
# Update version in main application bootstrap file
3030
sed -i "s/\$VERSION *=.*/\$VERSION = '$version';/" $main

0 commit comments

Comments
 (0)