Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
264
Merge Requests
27
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Compare Revisions
26263a2fee050dae3460a46801187b2c9d544a47...5743c73879a689cd48d46a41e057498025dc7c68
Source
5743c73879a689cd48d46a41e057498025dc7c68
...
Target
26263a2fee050dae3460a46801187b2c9d544a47
Compare
Commits (2)
(chore): Composer installer hash update
· e38bd20c
Emiliano Balbuena
authored
1 hour ago
e38bd20c
Merge branch 'chore/composer-2020-01-13' into 'master'
· 5743c738
Brian Hatchet
authored
51 minutes ago
Update composer installer hash See merge request
!439
5743c738
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/setup.sh
View file @
5743c738
...
...
@@ -10,7 +10,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') === '
baf1608c33254d00611ac1705c1d9958c817a1a33bce370c0595974b342601bd80b92a3f46067da89e3b06bff421f182
') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php
-r
"if (hash_file('SHA384', 'composer-setup.php') === '
c5b9b6d368201a9db6f74e2611495f369991b72d9c8cbd3ffbc63edff210eb73d46ffbfce88669ad33695ef77dc76976
') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php
-r
"unlink('composer-setup.php');"
...
...
This diff is collapsed.