cebe / markdown-latex

A markdown parser for converting markdown to LaTeX written in PHP.
MIT License
47 stars 6 forks source link

cebe/markdown ~1.2.0 compatibility #14

Open ricpelo opened 5 years ago

ricpelo commented 5 years ago

I'm unable to install cebe/markdown-latex with cebe/markdown ~1.2.1, because cebe/markdown-latex depends on cebe/markdown ~1.0.0:

https://github.com/cebe/markdown-latex/blob/42eb55c6f5a8dd68a1c029755eccd73e117aaa9b/composer.json#L23

Is it safe to bump cebe/markdown dependency to ~1.2.0?

cebe commented 5 years ago

no, there have been changes in internal structure that break the markdown-latex parser. It needs to be adjusted to work with newer versions.

ricpelo commented 5 years ago

I'll wait, then. Thanks!

hooman-mirghasemi commented 4 years ago

@cebe Is there a specific schedule to solve this problem? I need yii2-api-doc but I can't install it because of this problem?

cebe commented 4 years ago

I have no schedule for this, sorry. What exactly is blocking you from using yii2-apidoc? composer should be able to install a set of package versions that work together.

hooman-mirghasemi commented 4 years ago

look at https://github.com/yiisoft/yii2-apidoc/issues/183 so i run composer update -vvv to fix this problem.

cebe commented 4 years ago

yes, that is the correct solution.