markdown-latex icon indicating copy to clipboard operation
markdown-latex copied to clipboard

cebe/markdown ~1.2.0 compatibility

Open ricpelo opened this issue 7 years ago • 6 comments

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?

ricpelo avatar Jan 31 '19 08:01 ricpelo

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

cebe avatar Feb 01 '19 22:02 cebe

I'll wait, then. Thanks!

ricpelo avatar Feb 03 '19 18:02 ricpelo

@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?

hooman-mirghasemi avatar Mar 03 '20 13:03 hooman-mirghasemi

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.

cebe avatar Mar 06 '20 16:03 cebe

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

hooman-mirghasemi avatar Mar 07 '20 12:03 hooman-mirghasemi

yes, that is the correct solution.

cebe avatar Mar 11 '20 16:03 cebe