Skip to content

Commit

Permalink
Merge pull request #136 from talis/PLAT-4051_pin_composer_version_to_…
Browse files Browse the repository at this point in the history
…1.10.17

PLAT-4051 pin composer version to 1.10.17
  • Loading branch information
Aardeedev authored Nov 18, 2020
2 parents dd8094b + e7d21fc commit 1e47bec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
<delete dir="${output.dir}" />
<mkdir dir="${output.dir}" />

<!-- Check for updates to Composer -->
<exec executable="php" failonerror="true">
<arg value="composer.phar"/>
<arg value="self-update"/>
</exec>

<!-- Install dependencies through Composer -->
<exec executable="php" failonerror="true">
<arg value="composer.phar"/>
Expand All @@ -50,7 +44,7 @@
<echo>Installing composer...</echo>
<exec executable="sh">
<arg value="-c"/>
<arg value="curl -sS https://getcomposer.org/installer | php"/>
<arg value="curl -sS https://getcomposer.org/installer | php -- --version 1.10.17"/>
</exec>
</target>

Expand Down

0 comments on commit 1e47bec

Please sign in to comment.