Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
fix #34
  • Loading branch information
philippfrenzel committed Dec 28, 2015
1 parent 071431d commit 7b6d4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": ">=5.4.0",
"yiisoft/yii2" : "*",
"yiisoft/yii2-jui": "*",
"bower-asset/fullcalendar" : "2.4.* | 2.3.* | 2.2.*"
"bower-asset/fullcalendar" : "2.*"
},
"require-dev": {
"codeception/codeception": "*"
Expand Down

1 comment on commit 7b6d4f9

@sahilpatel2216
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when i install this extension give me following errors:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- philippfrenzel/yii2fullcalendar 2.1.1 requires yiisoft/yii2-jui * -> satisfiable by yiisoft/yii2-jui[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5].
- philippfrenzel/yii2fullcalendar 2.2.5 requires yiisoft/yii2-jui * -> satisfiable by yiisoft/yii2-jui[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5].
- philippfrenzel/yii2fullcalendar 2.5.0 requires bower-asset/fullcalendar 2.* -> no matching package found.
- philippfrenzel/yii2fullcalendar 2.4.2 requires bower-asset/fullcalendar 2.4.* | 2.3.* | 2.2.* -> no matching package found.
- philippfrenzel/yii2fullcalendar 2.4.0 requires bower-asset/fullcalendar 2.4.* | 2.3.* | 2.2.* -> no matching package found.
- philippfrenzel/yii2fullcalendar 2.3.3 requires bower-asset/fullcalendar 2.3.* | 2.2.* | 2.1.* -> no matching package found.
- philippfrenzel/yii2fullcalendar 2.3.2 requires bower-asset/fullcalendar 2.3.* | 2.2.* | 2.1.* -> no matching package found.
- philippfrenzel/yii2fullcalendar 2.2.7 requires bower-asset/fullcalendar 2.2.* | 2.1.* | 2.0.* -> no matching package found.
- philippfrenzel/yii2fullcalendar 2.2.6 requires bower-asset/moment * -> no matching package found.
- yiisoft/yii2-jui 2.0.5 requires bower-asset/jquery-ui 1.11.@stable -> no matching package found.
- yiisoft/yii2-jui 2.0.4 requires bower-asset/jquery-ui 1.11.
@stable -> no matching package found.
- yiisoft/yii2-jui 2.0.3 requires bower-asset/jquery-ui 1.11.@stable -> no matching package found.
- yiisoft/yii2-jui 2.0.2 requires bower-asset/jquery-ui 1.11.
@stable -> no matching package found.
- yiisoft/yii2-jui 2.0.1 requires bower-asset/jquery-ui 1.11.@stable -> no matching package found.
- yiisoft/yii2-jui 2.0.0 requires bower-asset/jquery-ui 1.11.
@stable -> no matching package found.
- Installation request for philippfrenzel/yii2fullcalendar * -> satisfiable by philippfrenzel/yii2fullcalendar[2.1.1, 2.2.5, 2.2.6, 2.2.7, 2.3.2, 2.3.3, 2.4.0, 2.4.2, 2.5.0].

Potential causes:

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

Please sign in to comment.