Skip to content

Commit 9d2b62b

Browse files
COMPOSER_DISABLE_XDEBUG_WARN is no longer needed
1 parent 434f53b commit 9d2b62b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
<target name="validate-composer-json" unless="validate-composer-json.done" description="Validate composer.json">
3030
<exec executable="${basedir}/build/tools/composer" failonerror="true" taskname="composer">
31-
<env key="COMPOSER_DISABLE_XDEBUG_WARN" value="1"/>
3231
<arg value="validate"/>
3332
<arg value="--no-check-lock"/>
3433
<arg value="--strict"/>
@@ -44,7 +43,6 @@
4443

4544
<target name="install-dependencies" unless="dependencies-installed" depends="-dependencies-installed,validate-composer-json" description="Install dependencies with Composer">
4645
<exec executable="${basedir}/build/tools/composer" taskname="composer">
47-
<env key="COMPOSER_DISABLE_XDEBUG_WARN" value="1"/>
4846
<arg value="update"/>
4947
<arg value="--no-interaction"/>
5048
<arg value="--no-progress"/>
@@ -121,7 +119,6 @@
121119
<copy file="${basedir}/composer.json" tofile="${basedir}/composer.json.bak"/>
122120

123121
<exec executable="${basedir}/build/tools/composer">
124-
<env key="COMPOSER_DISABLE_XDEBUG_WARN" value="1"/>
125122
<arg value="require"/>
126123
<arg value="phpunit/dbunit:~1.4"/>
127124
<arg value="phpunit/phpunit-selenium:~1.4"/>

0 commit comments

Comments
 (0)