Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Added composer target as a dependency to the phar target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pliakas committed Dec 27, 2013
1 parent 4d458dc commit b506302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</exec>
</target>

<target name="phar" depends="box-check,box-download,box-update" description="Build phar">
<target name="phar" depends="composer,box-check,box-download,box-update" description="Build phar">
<exec executable="${builddir}/box.phar">
<arg value="build"/>
</exec>
Expand Down

0 comments on commit b506302

Please sign in to comment.