Skip to content

Commit

Permalink
The "--1" option should no longer be necessary for "composer update"
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 28, 2020
1 parent ac8608c commit 679f5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<exec executable="${basedir}/tools/composer" taskname="composer">
<arg value="self-update"/>
<arg value="--1"/>
</exec>
</target>
</project>
Expand Down

0 comments on commit 679f5da

Please sign in to comment.