snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Install composer programmatically #108

Closed greg-el closed 2 years ago

greg-el commented 2 years ago

Currently, there is a hard-coded hash in Dockerfile to check the integrity of the composer installer, meaning as composer is updated, the hash can/will go out of date.

Composer recommends installing programmatically using this script: https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md