Readme says cakephp 4+ but v0.1.3 uses cakephp 3.8
composer require dereuromark/cakephp-translate
Is there currently not composer version for cakephp4?
composer require dereuromark/cakephp-translate
Using version ^0.1.3 for dereuromark/cakephp-translate
./composer.json has been updated
Running composer update dereuromark/cakephp-translate
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires dereuromark/cakephp-translate ^0.1.3 -> satisfiable by dereuromark/cakephp-translate[0.1.3].
- dereuromark/cakephp-translate 0.1.3 requires cakephp/cakephp ^3.8.0 -> found cakephp/cakephp[3.8.0, ..., 3.9.6] but it conflicts with your root composer.json require (~4.2.0).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Readme says cakephp 4+ but v0.1.3 uses cakephp 3.8
Is there currently not composer version for cakephp4?