Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the PHARs dependency lock file to the project #22

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

veewee
Copy link
Collaborator

@veewee veewee commented Jun 21, 2023

Fixes phpro/grumphp#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.

@veewee veewee merged commit 695f2f0 into phpro:v2.x Jun 21, 2023
2 checks passed
@drupol
Copy link

drupol commented Jun 21, 2023

Thank you :)

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

Issue closed for me as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider adding a composer.lock file in the repository
2 participants