Update composer.json for PHP 7.2

This commit is contained in:
Kijin Sung 2022-12-26 00:19:37 +09:00
parent 35a93f3928
commit e79493bda5
549 changed files with 21493 additions and 24634 deletions

View file

@ -1,7 +1,7 @@
PHP Markdown
============
PHP Markdown Lib 1.9.0 - 1 Dec 2019
PHP Markdown Lib 1.9.1 - 23 Nov 2021
by Michel Fortin
<https://michelf.ca/>
@ -183,6 +183,17 @@ PHP Markdown, please visit [michelf.ca/donate].
Version History
---------------
PHP Markdown Lib 1.9.1 (23 Nov 2021)
* Now treating `<details>` and `<summary>` as block level so they don't
get wrapped in `<p>`.
(Thanks to Thomas Hochstein for the fix.)
* Fix for unintended blank title attribute when adding supplementary attributes
to a link in Markdown Extra.
(Thanks to Richie Black for the fix.)
PHP Markdown Lib 1.9.0 (1 Dec 2019)
* Added `fn_backlink_label` configuration variable to put some text in the
@ -399,7 +410,7 @@ Copyright and License
---------------------
PHP Markdown Lib
Copyright (c) 2004-2019 Michel Fortin
Copyright (c) 2004-2021 Michel Fortin
<https://michelf.ca/>
All rights reserved.