-
Notifications
You must be signed in to change notification settings - Fork 0
Description
After running statamic new website then composer require thoughtco/statamic-blurhash it shows an error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires thoughtco/statamic-blurhash * -> satisfiable by thoughtco/statamic-blurhash[dev-main, 1.0.0, ..., 1.2.0, 2.0.0, 9999999-dev].
- bepsvpt/blurhash 2.0.0 requires illuminate/support ~8.0 || ~9.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
- bepsvpt/blurhash[2.1.0, ..., 2.1.1] require illuminate/support ~8.0 || ~9.0 || ~10.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
- bepsvpt/blurhash[3.0.0, ..., 3.0.1] require illuminate/support ^8.0 || ^9.0 || ^10.0 || ^11.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
- thoughtco/statamic-blurhash[1.0.0, ..., 1.1.0] require bepsvpt/blurhash ^2.0.0 -> satisfiable by bepsvpt/blurhash[2.0.0, 2.1.0, 2.1.1].
- thoughtco/statamic-blurhash[dev-main, 1.2.0, 2.0.0] require bepsvpt/blurhash ^3.0.0 -> satisfiable by bepsvpt/blurhash[3.0.0, 3.0.1].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require thoughtco/statamic-blurhash:*" to figure out if any version is installable, or "composer require thoughtco/statamic-blurhash:^2.1" if you know which you need.