maiconpinto / cakephp-adminlte-theme

CakePHP AdminLTE Theme
http://maiconpinto.github.io/cakephp-adminlte-theme/
MIT License
172 stars 111 forks source link

How to install version 2.0.0? #96

Open dzivnieks opened 4 years ago

dzivnieks commented 4 years ago

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

Installation failed, reverting ./composer.json to its original content.

concepticio commented 4 years ago

I have the same issue

hareshpatel1990 commented 4 years ago

Please check CakePHP version, it will work only with cake version >=4.

dzivnieks commented 4 years ago

I have CakePHP 4.0.3.

hareshpatel1990 commented 4 years ago

@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

maiconpinto commented 3 years ago

@dzivnieks do you have the same problems still?