solspace / craft-calendar

Calendar for Craft: The most reliable and powerful event management plugin for Craft.
http://docs.solspace.com/craft/calendar/v5
Other
15 stars 14 forks source link

symfony composer conflict #227

Closed bartrylant closed 1 year ago

bartrylant commented 1 year ago

Describe the bug or issue you're experiencing Running composer require solspace/craft-calendar -w && php craft plugin/install calendar

Craft & Plugin Info (please complete the following information):

Additional context Running the line above, I get this response:

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

  Problem 1
    - symfony/http-client v6.0.20 requires symfony/http-client-contracts ^3 -> found symfony/http-client-contracts[v3.0.0, ..., v3.2.1] but it conflicts with another require.
    - craftcms/cms 4.4.7.1 requires symfony/http-client ^6.0.3 -> satisfiable by symfony/http-client[v6.0.20].
    - craftcms/cms is locked to version 4.4.7.1 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.