6 php.buildComposerProject (finalAttrs: {
10 src = fetchFromGitHub {
13 rev = finalAttrs.version;
14 hash = "sha256-2Ruubcm9IWZYu2LGeGeKm1tmHca0P5xlKYkuBCCV9ag=";
17 composerLock = ./composer.lock;
18 vendorHash = "sha256-Rvvy6MI0q+T2W7xzf2UqWIbsqgrWhgqVnzhphQ3iw9g=";
21 changelog = "https://github.com/pdepend/pdepend/releases/tag/${finalAttrs.version}";
22 description = "Adaptation of JDepend for PHP";
23 homepage = "https://github.com/pdepend/pdepend";
24 license = lib.licenses.bsd3;
26 PHP Depend is an adaptation of the established Java
27 development tool JDepend. This tool shows you the quality
28 of your design in terms of extensibility, reusability and
31 mainProgram = "pdepend";
32 maintainers = lib.teams.php.members;