Unverified Commit 70c6afab authored by Diogo Correia's avatar Diogo Correia
Browse files

doc: remove warning from php docs about composer bug

See #451395
parent 5018a7b1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -214,12 +214,6 @@ code, while others choose not to.

In Nix, there are multiple approaches to building a Composer-based project.

::: {.warning}
`buildComposerProject2` has a [known bug](https://github.com/NixOS/nixpkgs/issues/451395)
where the `vendorHash` changes every time a Composer release happens that changes the
`autoload.php` or vendored composer code.
:::

One such method is the `php.buildComposerProject2` helper function, which serves
as a wrapper around `mkDerivation`.