corcel / corcel

Use WordPress backend with Laravel or any PHP application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corcel acf plugin not installable

PiyushKumarDongre opened this issue · comments

With Laravel 9, Corcel ^6.0

Issue:

Problem 1
- Root composer.json requires corcel/acf ^4.0 -> satisfiable by corcel/acf[4.0.0].
- corcel/acf 4.0.0 requires jgrossi/corcel ^4.0|^5.0 -> found jgrossi/corcel[v4.0.0, v4.0.1, 4.0.x-dev, v4.1.0, v5.0.0, 5.0.x-dev, v5.1.0, v5.1.1] but it conflicts with your root composer.json require (^6.0).

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 corcel/acf:*" to figure out if any version is installable, or "composer require corcel/acf:^2.1" if you know which you need.