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