Installing cakedc/users on CakePHP 3.1 version conflict -


i'm trying install cake dc users on cakephp 3.1

that's part of composer.json i'm sure setup mantain cake version 3.1:

    "require": {     "php": ">=5.4.16",     "cakephp/cakephp": "~3.1", 

i used following command setup cake:

composer create-project cakephp/app ar2016-2 3.1.*

and that's result when try install dcusers composer:


composer require cakedc/users:~3.1.0 ./composer.json has been updated

loading composer repositories package information updating dependencies (including require-dev) requirements not resolved installable set of packages.

problem 1 - conclusion: remove cakephp/cakephp 3.2.1 - conclusion: don't install cakephp/cakephp 3.2.1 - cakedc/users 3.1.0 requires cakephp/cakephp ~3.1.0 -> satisfiable cakephp/cakephp[3.1.0, 3.1.0-rc1, 3.1.0-beta, 3.1.0-beta2, 3.1.1, 3.1.10, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8, 3.1.9]. ...


it looks detects cakephp 3.2.1 everywhere check show me i'm using proper 3.1. version. idea?

thanks in advance, david

thanks answer it's fixed, problem of plugin , cakedc fixed.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -