Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
508 views
in Technique[技术] by (71.8m points)

composer-php - 我可以在Symfony 5上安装LiipImagineBundle吗?(Can I install LiipImagineBundle with Symfony 5?)

I'm trying to install LiipImagineBundle with Symfony 5 but I'm getting this error :

(我正在尝试使用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.

How can I fix this ?

(我怎样才能解决这个问题 ?)

  ask by simslay translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I've seen this : Add support for Symfony 5

(我已经看到了: 添加对Symfony 5的支持)

Then it's a matter of time.

(那是时间的问题。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...