-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install with Kirby v4 via composer #41
Comments
so that means I can't use it for Kirby 4 anymore? Awesome. :D |
Sorry, I've been busy lately. I'll try to make the plugin compatible with Kirby 4. In the meantime, PRs are welcome! |
You can work around this by using an alias version in composer when installing Kirby 4.
This of course means all your packages will now be checking their compatibility against version 3.9.8. Depending on the number of plugins your using this may not be worth the potential issues. Just wanted to share. |
I've published version 2.0.0 with support for Kirby 4. Could you try it out and let me know if it works? |
Hey @hdodov, update looks to be working well for me. Thanks! |
The
composer.json
in the current release requires"getkirby/cms": "^3.7",
, which^4.0.0
does not satisfy.Full error:
(Originally published at: https://srijan.ch/notes/2023-11-28-001)
The text was updated successfully, but these errors were encountered: