kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

Install error! #40

Closed dungphanxuan closed 9 years ago

dungphanxuan commented 9 years ago

Hello, i install package and receive error! Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

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

niefufeng commented 9 years ago

+1,me too

kartik-v commented 9 years ago

you need to study more about managing this within your composer settings in your application's composer.json file... for example the michelf/php-smartypants dependency is not getting installed on your environment... you need to check that...

One way for example is to set your minimum-stability to dev in your composer json...