Skip to content

Commit

Permalink
PLAT-4051 pin composer version to 1.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Adams committed Nov 17, 2020
1 parent dd8094b commit e7d21fc
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 e7d21fc

Please sign in to comment.