Skip to content

Commit

Permalink
phpdocumentor: switch to buildComposerProject2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski committed Jan 10, 2025
1 parent 5ea8623 commit bfd6e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ph/phpdocumentor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
makeBinaryWrapper,
}:

php.buildComposerProject (finalAttrs: {
php.buildComposerProject2 (finalAttrs: {
pname = "phpdocumentor";
version = "3.6.0";

Expand All @@ -16,7 +16,7 @@ php.buildComposerProject (finalAttrs: {
hash = "sha256-8TQlqXhZ3rHmOAuxsBYa+7JD+SxMQY0NZgCyElStFag=";
};

vendorHash = "sha256-5EArmUc3a4+k0YncsPEfeJRR2uDgNKdIDONwQ8cAeVE=";
vendorHash = "sha256-Q1y18ERUs4iRd94JqBYVRNizR3v5MBTtItsxvGkrkyU=";

# Needed because of the unbound version constraint on phpdocumentor/json-path
composerStrictValidation = false;
Expand Down

0 comments on commit bfd6e43

Please sign in to comment.