Skip to content

Instantly share code, notes, and snippets.

@vi2co
Created June 8, 2017 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vi2co/b481ce90525c45299a0a4a44bb4d651d to your computer and use it in GitHub Desktop.
Save vi2co/b481ce90525c45299a0a4a44bb4d651d to your computer and use it in GitHub Desktop.
</exec>
<echo message="Installing composer..." />
<exec dir="${dir}" executable="php" description="Installing composer." failonerror="true">
<arg value="composer.phar" />
<arg value="install" />
</exec>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment