FriendsOfCake / crud

Production-grade rapid controller development with built in love for API and Search

Home Page:https://crud.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 4.x Compatibility update

chcnetconsulting opened this issue · comments

Hi
I am already using cakephp 4.x and would like to use your crud plugin, but composer refuses installation :-(((

Problem 1
- friendsofcake/crud 5.4.0 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.1 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.2 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.3 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.4 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.5 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.6 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- friendsofcake/crud 5.4.7 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.x-dev].
- Conclusion: don't install cakephp/cakephp 3.x-dev
- Installation request for friendsofcake/crud ^5.4 -> satisfiable by friendsofcake/crud[5.4.0, 5.4.1, 5.4.2, 5.4.3, 5.4.4, 5.4.5, 5.4.6, 5.4.7].

You need to install Crud version 6.0.0-beta (composer require friendsofcake/crud:^6.0.0-beta)

That might be something with zsh. How do you normally run composer?