Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Commit 9edd8ed

Browse files
committed
Correct composer install command
1 parent 904403c commit 9edd8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<!-- composer -->
232232
<echo message="Checking packages..." />
233233
<exec
234-
command="composer update"
234+
command="composer install"
235235
passthru="true"
236236
/>
237237
<echo message="Done." />

0 commit comments

Comments
 (0)