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

Broken composer dependences #37

Closed BaBL86 closed 5 years ago

BaBL86 commented 9 years ago

I'm try to install extension via composer and have an error:

php ./composer.phar require kartik-v/yii2-markdown "dev-master"
  Problem 1
    - Installation request for kartik-v/yii2-markdown dev-master -> satisfiable by kartik-v/yii2-markdown[dev-master].
    - kartik-v/yii2-markdown dev-master requires michelf/php-smartypants * -> no matching package found.
BaBL86 commented 9 years ago

But if I install smartypants before kartik-v/yii2-markdown, all works fine:

 php ./composer.phar require michelf/php-smartypants "dev-lib" 
CyberPunkCodes commented 8 years ago

Pull Request #46 Needs to be merged!

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.