Skip to content

Commit

Permalink
phpdocumentor: switch to buildComposerProject2
Browse files Browse the repository at this point in the history
(cherry picked from commit bfd6e43)
  • Loading branch information
piotrkwiecinski authored and drupol committed Jan 10, 2025
1 parent d5c48fb commit cb78d9f
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.5.3";

Expand All @@ -16,7 +16,7 @@ php.buildComposerProject (finalAttrs: {
hash = "sha256-zpAKygpxyKYfefa5ag76saTSQNLon/v3rYkl0Nj2+FM=";
};

vendorHash = "sha256-VNlAzWueF7ZXBpr9RrJghMPrAUof7f1DCh1osFIwFfs=";
vendorHash = "sha256-whyLSlv0s7v+oi+0Qv8tBxUzYrUOARUjKZiNTfIqoTU=";

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

0 comments on commit cb78d9f

Please sign in to comment.