{ fetchFromGitHub, lib, php, }: php.buildComposerProject2 (finalAttrs: { pname = "php-codesniffer"; version = "3.13.2"; src = fetchFromGitHub { owner = "PHPCSStandards"; repo = "PHP_CodeSniffer"; tag = finalAttrs.version; hash = "sha256-W+svoVatRY53KM7ZJQmFxyDf+N738TrCljv1erZUFuU="; }; vendorHash = "sha256-y1tC9owXaa/l6M4RH/DEIuqTWgcU7zjrWi//zjwMvuo="; meta = { changelog = "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/${finalAttrs.version}"; description = "PHP coding standard tool"; license = lib.licenses.bsd3; homepage = "https://github.com/PHPCSStandards/PHP_CodeSniffer/"; maintainers = with lib.maintainers; [ javaguirre ]; teams = [ lib.teams.php ]; }; })