cakephp-adminlte-theme
cakephp-adminlte-theme copied to clipboard
How to install version 2.0.0?
Cant instal 2.0.0. It instal 1.1. composer require maiconpinto/cakephp-adminlte-theme return: Using version ^1.1 for maiconpinto/cakephp-adminlte-theme ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1 - Can only install one of: cakephp/cakephp[4.0.3, 3.x-dev]. - Can only install one of: cakephp/cakephp[3.x-dev, 4.0.3]. - Can only install one of: cakephp/cakephp[3.x-dev, 4.0.3]. - maiconpinto/cakephp-adminlte-theme 1.1.0 requires cakephp/cakephp ~3.0 -> satisfiable by cakephp/cakephp[3.x-dev]. - Installation request for maiconpinto/cakephp-adminlte-theme ^1.1 -> satisfiable by maiconpinto/cakephp-adminlte-theme[1.1.0]. - Installation request for cakephp/cakephp (locked at 4.0.3, required as ^4.0) -> satisfiable by cakephp/cakephp[4.0.3].
Installation failed, reverting ./composer.json to its original content.
I have the same issue
Please check CakePHP version, it will work only with cake version >=4.
I have CakePHP 4.0.3.
@maiconpinto has not release update as 2.0.0 for now, however for use this repo you can use following command
composer require maiconpinto/cakephp-adminlte-theme:dev-master
@dzivnieks do you have the same problems still?