Skip to content

Commit 9c38482

Browse files
localheinzondrejmirtes
authored andcommitted
Enhancement: Rename target
1 parent 54fbb0f commit 9c38482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<target name="check" depends="
55
composer-validate,
6-
composer,
6+
composer-install,
77
lint,
88
cs,
99
composer-normalize-check,
@@ -23,7 +23,7 @@
2323
</exec>
2424
</target>
2525

26-
<target name="composer">
26+
<target name="composer-install">
2727
<exec
2828
executable="composer"
2929
logoutput="true"

0 commit comments

Comments
 (0)