The "--1" option should no longer be necessary for "composer update"

This commit is contained in:
Sebastian Bergmann 2020-06-28 14:07:28 +02:00
parent 0bdca14a54
commit 93e55b2a80
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
<exec executable="${basedir}/tools/composer" taskname="composer">
<arg value="self-update"/>
<arg value="--1"/>
</exec>
</target>
</project>