Skip to content

Commit

Permalink
Fix PHING- and ANT-Buildscripts -> Removed obsolete --dev option from…
Browse files Browse the repository at this point in the history
… composer call
  • Loading branch information
ruff committed Feb 20, 2022
1 parent e8a58c3 commit beeda57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<exec executable="php" failonerror="true">
<arg path="${composer}"/>
<arg value="update"/>
<arg value="--dev"/>
</exec>
</target>
<target name="downloadphpdox" description="Install phpdox.">
Expand Down
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<exec executable="php">
<arg path="${composer}"/>
<arg value="update"/>
<arg value="--dev"/>
</exec>
</target>
<target name="downloadphpdox" description="Install phpdox.">
Expand Down

0 comments on commit beeda57

Please sign in to comment.