Skip to content

Commit 3b00fb5

Browse files
committed
Update Composer used during installation to 1.6.3
1 parent d095341 commit 3b00fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/CoreManager.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ class CoreManager
1111
###*
1212
* The commit to download from the Composer repository.
1313
*
14-
* Currently set to version 1.2.4.
14+
* Currently set to version 1.6.3.
1515
*
1616
* @see https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
1717
*
1818
* @var {String}
1919
###
20-
COMPOSER_COMMIT: 'd0310b646229c3dc57b71bfea2f14ed6c560a5bd'
20+
COMPOSER_COMMIT: 'c1ad3667731e9c5c1a21e5835c7e6a7eedc2e1fe'
2121

2222
###*
2323
* @var {String}

0 commit comments

Comments
 (0)