Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Cafferata <jeffrey@jcid.nl>2016-05-29 23:15:56 +0300
committerRémy Coutable <remy@rymai.me>2017-01-26 19:25:30 +0300
commit11551de5fa245323798f4ff40a322a5d003421ec (patch)
treebc88a05fe985f98c1712472eff388db3af0736a1 /changelogs/unreleased/improve-ci-example-php-doc.yml
parent73c54366e64b6c4fc9b652fea6fa1911c19d8316 (diff)
Changed composer installer script in the CI PHP example doc
The script will check some php.ini settings warn you if they are set incorrectly, and then download the latest composer.phar in the current directory. These lines will, in order: - Download the installer SHA-384 to the current directory - Download the installer to the current directory - Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html - Run the installer - Remove the installer & the installer SHA-384 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'changelogs/unreleased/improve-ci-example-php-doc.yml')
-rw-r--r--changelogs/unreleased/improve-ci-example-php-doc.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/improve-ci-example-php-doc.yml b/changelogs/unreleased/improve-ci-example-php-doc.yml
new file mode 100644
index 00000000000..39a85e3d261
--- /dev/null
+++ b/changelogs/unreleased/improve-ci-example-php-doc.yml
@@ -0,0 +1,4 @@
+---
+title: Changed composer installer script in the CI PHP example doc
+merge_request: 4342
+author: Jeffrey Cafferata