cmark 1.2.0

CommonMark extension


This extension provides access to the reference implementation of CommonMark,
a rationalized version of Markdown syntax with a specification.

License: PHP License

Changes

- Fix #13 Reflection of CommonMark\CQL::__construct has no parameters
- Fix #14 Reflection of CommonMark\Parse doesn't have return type
- Fix #16 Reflection of CommonMark\Parser::finish doesn't have return type
- Add PHP 7.4 support
- Drop PHP 7.0 / 7.1 support