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.
offenbach
1 parent f352704 commit e99fdf2Copy full SHA for e99fdf2
build.sh
@@ -24,7 +24,7 @@ then
24
fi
25
26
# Ensure dependencies are up-to-date
27
-php -d error_reporting=1 offenbach install --no-dev --no-interaction --optimize-autoloader
+offenbach install --no-dev --no-interaction --optimize-autoloader | awk '!/Deprec/' | tr -d "\r"
28
29
# Update version in main application bootstrap file
30
sed -i "s/\$VERSION *=.*/\$VERSION = '$version';/" $main
0 commit comments