drupalpod / drupalpod-starterkit

Drupal 9 DrupalPod starter-kit template
GNU General Public License v3.0
10 stars 4 forks source link

Fix Composer Setup #18

Open hotwebmatter opened 2 years ago

hotwebmatter commented 2 years ago

The latest Composer no longer matches the sha384sum hard-coded on line 11:

https://github.com/drupalpod/drupalpod-starterkit/blob/main/.gitpod/Dockerfile#L11

Luckily, there is a better way to install the latest Composer programmatically.

Patch incoming.

hotwebmatter commented 2 years ago

https://github.com/drupalpod/drupalpod-starterkit/pull/19