Skip to content

Commit

Permalink
Update Composer used during installation to 1.8.5 (properly this tmie)
Browse files Browse the repository at this point in the history
Apparently the other one I updated was an unused property.

References #460
  • Loading branch information
Gert-dev committed Jun 2, 2019
1 parent 6805172 commit 9e9280a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ComposerService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ class ComposerService
/**
* The commit to download from the Composer repository.
*
* Currently set to version 1.7.2.
* Currently set to version 1.8.5.
*
* @see https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
*/
this.COMPOSER_COMMIT = '35ca72b506eba32c0baed4d283a5f834968e5ade';
this.COMPOSER_COMMIT = 'ffdc3c7fcb7c0f2a806508a868a35d13177a5a51';

this.phpInvoker = phpInvoker;
this.folder = folder;
Expand Down

0 comments on commit 9e9280a

Please sign in to comment.