corcel / acf

Advanced Custom Fields (ACF) plugin for Corcel
126 stars 98 forks source link

Not Compatible with Corcel 6.0 / Laravel 9.0 #104

Open syclone opened 2 years ago

syclone commented 2 years ago

Hello,

After updating to Corcel 6.0 / Laravel 9.0 my application started to receive the following error message:

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).

Is there a workaround to get this to work since there is no supporting version?

P.S. I enjoy using this package... Thank you!

georgi-vdimitrov commented 1 year ago

+1

aon4o commented 1 year ago

+1

eiiot commented 1 year ago

+1

roenfeldt commented 1 year ago

+1

BenWitters commented 10 months ago

@jgrossi any updates on this? I saw the jgrossi/corcel package was updated to be compatible with Laravel 9 & 10. I think it is just a matter to update this package composer.json to allow version 6 and 7 from the jgrossi/corcel package? (Like for example in this open pull request: https://github.com/corcel/acf/pull/109)