Skip to content

Changed composer installer script in the CI PHP example doc

Rémy Coutable requested to merge improve-ci-example-php-doc into master

Originally opened at !4342 (closed) by @cafferata.


What does this MR do?

Changed the CI example to the latest composer installer script that 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 to the current directory
  • Run the installer
  • Remove the installer

Merge request reports