psalm check

This commit is contained in:
Robin Appelman 2025-10-25 20:13:34 +02:00
commit 341f512bd5
4 changed files with 85 additions and 8 deletions

View file

@ -43,5 +43,10 @@ in
phpConstraint = composerJson.require.php;
matches = matchesConstraint phpConstraint;
in {
inherit (composerJson) name;
version =
if (composerJson ? version)
then composerJson.version
else "0.0.0";
phpVersions = filter matches allVersions;
}