diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 09:09:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 09:09:55 +0000 |
commit | d3856caf81c96b1ea2615a375122ca85e91a6fb3 (patch) | |
tree | 9e506b96668b45e1ced0a2ec701007a17e277d7a /composer.lock | |
parent | e1f9b1c47d8f3ed3400465ec279e894a0d9255c5 (diff) | |
download | volse-hubzilla-d3856caf81c96b1ea2615a375122ca85e91a6fb3.tar.gz volse-hubzilla-d3856caf81c96b1ea2615a375122ca85e91a6fb3.tar.bz2 volse-hubzilla-d3856caf81c96b1ea2615a375122ca85e91a6fb3.zip |
composer update michelf/php-markdown
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock index 5108fe743..c7bb42b70 100644 --- a/composer.lock +++ b/composer.lock @@ -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", |