We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35c27c commit bd5c17eCopy full SHA for bd5c17e
build.xml
@@ -16,6 +16,21 @@
16
</exec>
17
</target>
18
19
+ <target name="update-dependencies" description="Update (and bump) dependencies with Composer">
20
+ <exec executable="${basedir}/tools/composer" taskname="composer">
21
+ <arg value="update"/>
22
+ <arg value="--no-interaction"/>
23
+ <arg value="--no-progress"/>
24
+ <arg value="--no-ansi"/>
25
+ </exec>
26
+
27
28
+ <arg value="bump"/>
29
30
31
32
+ </target>
33
34
<target name="update-tools">
35
<exec executable="phive" taskname="phive">
36
<arg value="--no-progress"/>
0 commit comments