by natarajanram » Fri Nov 02, 2018 1:36 pm
Hi,
Thanks for that information. I downloaded - Zuluru3-3.0.0.zip and placed the uncompressed files under cakephp folder - which is version 3-3-15. On running composer install from Zuluru3 folder, got this long dependency issue:
Problem 1
- Installation request for dereuromark/cakephp-ajax dev-master -> satisfiable by dereuromark/cakephp-ajax[dev-master].
- dereuromark/cakephp-ajax dev-master requires cakephp/cakephp ^3.6 -> satisfiable by cakephp/cakephp[3.6.0, 3.6.0-RC1, 3.6.0-RC2, 3.6.0-beta1, 3.6.0-beta2, 3.6.0-beta3, 3.6.1, 3.6.10, 3.6.11, 3.6.12, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7, 3.6.8, 3.6.9, 3.7.0-RC1, 3.7.0-beta1] but these conflict with your requirements or minimum-stability.
Problem 2
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.0].
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.0-RC1].
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.0-beta].
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.0-beta2].
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.0-beta3].
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.1].
<snip>
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.15].
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.16].
<snip>
- Can only install one of: cakephp/cakephp[3.5.x-dev, 3.3.9].
- muffin/footprint dev-master requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.5.x-dev].
- Installation request for muffin/footprint dev-master -> satisfiable by muffin/footprint[dev-master].
- Installation request for cakephp/cakephp 3.3.* -> satisfiable by cakephp/cakephp[3.3.0, 3.3.0-RC1, 3.3.0-beta, 3.3.0-beta2, 3.3.0-beta3, 3.3.1, 3.3.10, 3.3.11, 3.3.12, 3.3.13, 3.3.14, 3.3.15, 3.3.16, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8, 3.3.9].
I did not quite understand problems. Does Problem1 indicate that it requires cakephp version 3.6.x and Problem 2 requires cakephp version 3.3.x?
I downloaded cakephp 3.3.16 and tried the composer install step from within the Zuluru3-3.0.0 folder and still got the above errors.
Can you please let me know the versions of cakephp that would work with Zuluru3-3.0.0?
Thanks
Ram