mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
doc: remove warning from php docs about composer bug (#514708)
This commit is contained in:
commit
fdca1aecf6
1 changed files with 0 additions and 6 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue