phpro / grumphp-shim

This repository provides easy way to install GrumPHP without the risk of conflicting dependencies.
MIT License
22 stars 3 forks source link

Add the PHARs dependency lock file to the project #22

Closed veewee closed 1 year ago

veewee commented 1 year ago

Fixes https://github.com/phpro/grumphp/issues/1095

From now on, we can ship an additional phar.composer.lock with the project that keeps track of the dependencies inside the PHAR distribution. This lock file can be used for guarding reproducibility if you wish to compile your own version of GrumPHP and is validated against all actively supported PHP versions.

drupol commented 1 year ago

Thank you :)

FYI, I just updated the Grumphp derivation, including YOUR composer.lock :) See the relevant commit.

Issue closed for me as well.