Composer php 我可以用Symfony 5安装LiipImagineBundle吗?

Composer php 我可以用Symfony 5安装LiipImagineBundle吗?,composer-php,liipimaginebundle,symfony5,Composer Php,Liipimaginebundle,Symfony5,我正在尝试使用Symfony 5安装LiipImagineBundle,但出现以下错误: Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for liip/imagine-bundle ^2.2 -> satisfiable by liip/imagine-bundle[2.2.0]. - liip/i

我正在尝试使用Symfony 5安装LiipImagineBundle,但出现以下错误:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for liip/imagine-bundle ^2.2 -> satisfiable by liip/imagine-bundle[2.2.0].
    - liip/imagine-bundle 2.2.0 requires symfony/asset ^3.4|^4.2 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
无法将您的需求解析为一组可安装的软件包。
问题1
-liip/imagine捆绑包^2.2->的安装请求可由liip/imagine捆绑包[2.2.0]满足。
-liip/imagine捆绑包2.2.0需要symfony/asset ^3.4 | ^4.2->未找到匹配的软件包。
潜在原因:
-软件包名称中的输入错误
-根据您的最低稳定性设置,该软件包没有足够稳定的版本
有关更多详细信息,请参阅。
-这是一个私有包,您忘记添加自定义存储库来查找它
阅读了解更多常见问题。
安装失败,将./composer.json还原为其原始内容。
我怎样才能解决这个问题?

我看到了:

那是时间问题