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.
1 parent c958589 commit aa27b23Copy full SHA for aa27b23
build.xml
@@ -23,6 +23,21 @@
23
</exec>
24
</target>
25
26
+ <target name="update-dependencies" description="Update (and bump) dependencies with Composer">
27
+ <exec executable="${basedir}/tools/composer" taskname="composer">
28
+ <arg value="update"/>
29
+ <arg value="--no-interaction"/>
30
+ <arg value="--no-progress"/>
31
+ <arg value="--no-ansi"/>
32
+ </exec>
33
+
34
35
+ <arg value="bump"/>
36
37
38
39
+ </target>
40
41
<target name="update-tools">
42
<exec executable="${basedir}/tools/phive">
43
<arg value="--no-progress"/>
0 commit comments