Closed drupol closed 4 months ago
Oh, yeah, that won't work.
The composer.json is updated during the phar build process. Because it has phar-specific dependencies, it's never committed to the repo as it's not the "real" package info.
You could apply those package changes yourself before running composer validate
, which works but feels weird :-/
Hello,
Context: following our initial conversation at https://github.com/bobthecow/psysh/issues/767
Today I tried to use the
composer.lock
file published in the release asset for the next update of Psysh in Nix... and during the process, the validation of thecomposer.lock
is failing, as seen in the log that I reproduced locally:Would it be possible to make sure the
composer.lock
in valid when runningcomposer validate
?If this seems inappropriate, perhaps publishing the
composer.json
as well might be an option?Thanks!