The "--1" option should no longer be necessary for "composer update" · sebastianbergmann/php-file-iterator@de3c2d5 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit de3c2d5

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

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 0 additions & 1 deletion

Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@
25 25
26 26 <exec executable="${basedir}/tools/composer" taskname="composer">
27 27 <arg value="self-update"/>
28 - <arg value="--1"/>
29 28 </exec>
30 29 </target>
31 30 </project>