johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
101 stars 114 forks source link

Instalation Issue #48

Open adiramardiani opened 8 years ago

adiramardiani commented 8 years ago

composer require --prefer-dist johnitvn/yii2-ajaxcrud "*"

The "yiisoft/yii2-composer" plugin requires composer-plugin-api 1.0.0, this WILL break in the future and it should be fixed ASAP (require ^1.0 for example)../composer.json has been updated The "yiisoft/yii2-composer" plugin requires composer-plugin-api 1.0.0, this WILL break in the future and it should be fixed ASAP (require ^1.0 for example). 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

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

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

tqsq2005 commented 8 years ago

I have encountered this problem, and finally how to solve it? thx!