]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - build.xml
Ignore composer.lock
[github/wallabag/wallabag.git] / build.xml
index ab8cac29a4cf704ce7fd619215f5d66a7aef80a1..3d82770fcb2d658964fa056000cb0d6b14863cd1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -11,7 +11,7 @@
 
     <target name="composer" description="Install deps using Composer">
         <exec executable="composer">
-            <arg value="install"/>
+            <arg value="up"/>
             <arg value="--no-interaction"/>
             <arg value="--no-progress"/>
         </exec>