I upgraded from cakephp 4.4 to cakephp 5.0, before that I removed acl, and when I tried to add acl gave me an exception that acl is compatible only with cakephp 4, will there be a release of acl compatible with cakephp 5?
The ACL plugin is unmaintained but we would appreciate a PR if you would like to make it Cake5 compatible.
As an alternative I would recommend looking into how the Authentication and Authorization Plugins work where you can also get row based permissions in your app.