10 php.buildComposerProject2 (finalAttrs: {
14 src = fetchFromGitHub {
15 owner = "sebastianbergmann";
17 rev = finalAttrs.version;
18 hash = "sha256-krlQu5zDxAjpM3zwaqty1p7ZJccnX8+Ru+AsXKSbcDY=";
21 vendorHash = "sha256-kz8vSl9OO4kTSYlJa79fca5XVdhyUwVFCyvdJdbYLAQ=";
24 updateScript = nix-update-script { };
25 tests.version = testers.testVersion { package = phpunit; };
29 changelog = "https://github.com/sebastianbergmann/phpunit/blob/${finalAttrs.version}/ChangeLog-${lib.versions.majorMinor finalAttrs.version}.md";
30 description = "PHP Unit Testing framework";
31 homepage = "https://phpunit.de";
32 license = lib.licenses.bsd3;
33 mainProgram = "phpunit";
34 maintainers = with lib.maintainers; [ onny ] ++ lib.teams.php.members;