composer update michelf/php-markdown

This commit is contained in:
Mario
2022-10-12 09:09:55 +00:00
parent e1f9b1c47d
commit d3856caf81
17 changed files with 199 additions and 180 deletions

21
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "5df6dff4ab3b8919cba538bc54452d77",
"content-hash": "b0942189dde4fd59450e03c6eae70758",
"packages": [
{
"name": "blueimp/jquery-file-upload",
@@ -548,23 +548,26 @@
},
{
"name": "michelf/php-markdown",
"version": "1.9.1",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
"reference": "eb176f173fbac58a045aff78e55f833264b34e71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
"reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/eb176f173fbac58a045aff78e55f833264b34e71",
"reference": "eb176f173fbac58a045aff78e55f833264b34e71",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": ">=4.3 <5.8"
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": ">=1.0",
"phpstan/phpstan-phpunit": ">=1.0",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
@@ -595,9 +598,9 @@
],
"support": {
"issues": "https://github.com/michelf/php-markdown/issues",
"source": "https://github.com/michelf/php-markdown/tree/1.9.1"
"source": "https://github.com/michelf/php-markdown/tree/2.0.0"
},
"time": "2021-11-24T02:52:38+00:00"
"time": "2022-09-26T12:21:08+00:00"
},
{
"name": "pear/text_languagedetect",