phpunit: add meta.mainProgram

This commit is contained in:
Pol Dellaiera 2023-12-05 16:39:01 +01:00
parent dd73443815
commit ec05ba5b4e
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -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;
};
})