Skip to content

Changed CI example to latest composer installer script

username-removed-138305 requested to merge (removed):master into master

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

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

It's the latest composer installer script

What are the relevant issue numbers?

Screenshots (if relevant)

Merge request reports