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
284
Merge Requests
38
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
Commits
24728868
Commit
24728868
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(fix): upgrade composer hash
parent
000d4b1a
master
epic/transcoder-improvements
fix/stripe-requirements
No related merge requests found
Pipeline
#102356790
waiting for manual action with stages
in 7 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/setup.sh
View file @
24728868
...
...
@@ -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') === '
a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1
') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php
-r
"if (hash_file('SHA384', 'composer-setup.php') === '
106d3d32cc30011325228b9272424c1941ad75207cb5244bee161e5f9906b0edf07ab2a733e8a1c945173eb9b1966197
') { 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.
Please
register
or
sign in
to comment