Closed yogeshs1989 closed 9 years ago
@yogeshs1989 is on our composer: https://github.com/2amigos/yii2-date-picker-widget/blob/master/composer.json#L31
Do you have the bower plugin installed for composer?
Yeah, it is installed, I forgot to mention the minimum stability is set to stable in my composer.
"minimum-stability": "stable",
And because of that this error was occurring. After using below line the problem is resolved.
"2amigos/yii2-date-picker-widget": "@dev"
I am getting below error while installing plugin using composer in yii2. Any help or suggestion.
$ php composer.phar require 2amigos/yii2-gallery-widget:~1.0
./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
Potential causes:
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
Installation failed, reverting ./composer.json to its original content.
I am trying to install this widget in mac machine. I went to my Yii2-advanced project folder in terminal and I ran this command
After that it gives me this error:-
Side Note:- I don't have bootstrap-datepicker in my composer.json file