mirror of
https://codeberg.org/icewind/flakelight-php.git
synced 2026-06-03 18:04:10 +02:00
psalm check
This commit is contained in:
parent
1eceb2ce73
commit
341f512bd5
4 changed files with 85 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue