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

Issue with installation #35

Closed gmstas closed 9 years ago

gmstas commented 9 years ago

Hi i keep encountering the following when i try to install package:

Problem 1

Potential causes:

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

Can you assist please?

kartik-v commented 9 years ago

Depending on your application settings for composer -- you may need to read and understand about composer package dependencies and stability. You can read this web tip for understanding setting minimum stability.

You can add the following line to your require section of composer json

michelf/php-smartypants: '@dev'
gmstas commented 9 years ago

Thanks! works now