We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd3e148 + aa27b23 commit 5ddc953Copy full SHA for 5ddc953
build.xml
@@ -27,6 +27,21 @@
27
</exec>
28
</target>
29
30
+ <target name="update-dependencies" description="Update (and bump) dependencies with Composer">
31
+ <exec executable="${basedir}/tools/composer" taskname="composer">
32
+ <arg value="update"/>
33
+ <arg value="--no-interaction"/>
34
+ <arg value="--no-progress"/>
35
+ <arg value="--no-ansi"/>
36
+ </exec>
37
+
38
39
+ <arg value="bump"/>
40
41
42
43
+ </target>
44
45
<target name="update-tools">
46
<exec executable="${basedir}/tools/phive">
47
<arg value="--no-progress"/>
0 commit comments