JKHarley / filament-trumbowyg

Trumbowyg WYSIWYG editor field for Filament.
MIT License
7 stars 1 forks source link

Cannot install - Requirements could not be resolved to an installable set of packages #4

Closed blackforestcode closed 1 year ago

blackforestcode commented 1 year ago

On composer require jkharley/filament-trumbowyg I get an error from composer:

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

  Problem 1
    - Root composer.json requires jkharley/filament-trumbowyg * -> satisfiable by jkharley/filament-trumbowyg[0.1.0, 0.2.0, 1.0.0].
    - jkharley/filament-trumbowyg[0.1.0, ..., 0.2.0, 1.0.0] require illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.4] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require jkharley/filament-trumbowyg:*" to figure out if any version is installable, or "composer require jkharley/filament-trumbowyg:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
JKHarley commented 1 year ago

Hey @blackforestcode

I've just pushed an update now which should fix this.

Feel free to reopen if you run into the issue again.

Thanks!

blackforestcode commented 1 year ago

Great, thanks for your quick help!