dereuromark / cakephp-translate

A CakePHP plugin to manage translations of your static content the easy way via web backend.
MIT License
17 stars 3 forks source link

Composer install for cakephp 4 fails #29

Closed theChaosCoder closed 3 years ago

theChaosCoder commented 3 years ago

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.
dereuromark commented 3 years ago

Dev-master should be used for now

theChaosCoder commented 3 years ago

I was able to install it without errors as follows: composer require dereuromark/cakephp-translate:dev-master