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.
2 parents 5eb5ec9 + 8da97c6 commit 1724f23Copy full SHA for 1724f23
.gitignore
@@ -7,6 +7,7 @@
7
.project
8
.phpunit.result.cache
9
.settings
10
+composer.lock
11
/backup/*
12
/build/coverage
13
/build/logs
build.xml
@@ -577,6 +577,7 @@
577
578
<exec executable="phpab">
579
<arg value="--all"/>
580
+ <arg value="--tolerant"/>
581
<arg value="--phar"/>
582
<arg value="--gzip"/>
583
<arg value="--output"/>
0 commit comments