Merge pull request #272283 from drupol/add-meta-mainprogram
meta.mainPrograms: add missing attribute
This commit is contained in:
@@ -18,6 +18,7 @@ php.buildComposerProject (finalAttrs: {
|
||||
description = "PHP Unit Testing framework";
|
||||
homepage = "https://phpunit.de";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "phpunit";
|
||||
maintainers = [ lib.maintainers.onny ] ++ lib.teams.php.members;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,6 +36,7 @@ php.buildComposerProject (finalAttrs: {
|
||||
description = "Dependency Manager for PHP";
|
||||
homepage = "https://getcomposer.org/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "composer";
|
||||
maintainers = lib.teams.php.members;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,6 +43,7 @@ php.buildComposerProject (finalAttrs: {
|
||||
description = "A PHP code-quality tool";
|
||||
homepage = "https://github.com/phpro/grumphp";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "grumphp";
|
||||
maintainers = lib.teams.php.members;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -20,6 +20,7 @@ php.buildComposerProject (finalAttrs: {
|
||||
description = "A static analysis tool for finding errors in PHP applications";
|
||||
homepage = "https://github.com/vimeo/psalm";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "psalm";
|
||||
maintainers = lib.teams.php.members;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user