fatfishdigital / zoommeeting

Zoom plugin for Craft Cms
Other
2 stars 2 forks source link

Craft 4 Compatibility? #12

Open MacroFabMktg opened 1 year ago

MacroFabMktg commented 1 year ago

Getting this Composer error when attempting to install:

image

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

  Problem 1
    - Root composer.json requires fatfish/zoom ^1.0 -> satisfiable by fatfish/zoom[v1.0.0, ..., v1.0.6].
    - fatfish/zoom[v1.0.0, ..., v1.0.6] require craftcms/cms ^3.0.0-RC1 -> found craftcms/cms[3.0.0, ..., 3.7.67] but it conflicts with your root composer.json require (4.3.10).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require fatfish/zoom:*" to figure out if any version is installable, or "composer require fatfish/zoom:^2.1" if you know which you need.