Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Updating to new composer hash
· 74b6201a
Brian Hatchet
authored
Sep 09, 2019
74b6201a
Merge branch 'chore-update-composer-hash' into 'master'
· 14f32dc5
Brian Hatchet
authored
Sep 09, 2019
Updating to new composer hash See merge request
!318
14f32dc5
Hide whitespace changes
Inline
Side-by-side
tools/setup.sh
View file @
14f32dc5
...
...
@@ -5,7 +5,7 @@ rm -rf ../vendor
# Setup composer
php
-r
"copy('https://getcomposer.org/installer', 'composer-setup.php');"
php
-r
"if (hash_file('SHA384', 'composer-setup.php') === '
48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5
') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php
-r
"if (hash_file('SHA384', 'composer-setup.php') === '
a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1
') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php
-r
"unlink('composer-setup.php');"
...
...