html 作曲家中的净化器特定版本

html purifier specific version in a composer

我想将 html 净化器放入具有特定版本 4.11.0

的作曲家

下面link的所有方法我都试过了(最后一个除外)

有没有办法不用打字就把特定版本的html净化器放到composer里 作曲家需要 ezyang/htmlpurifier ?

只需添加行 ...

"require": {
  "[..]": "[..]",
  "ezyang/htmlpurifier": "4.11.0"
}

给你的composer.json。然后 运行:

composer update ezyang/htmlpurifier --with-dependencies