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 /vendor/composer/installed.json | |
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 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 3186ce2ee..97833cf60 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -561,26 +561,29 @@ }, { "name": "michelf/php-markdown", - "version": "1.9.1", - "version_normalized": "1.9.1.0", + "version": "2.0.0", + "version_normalized": "2.0.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" }, - "time": "2021-11-24T02:52:38+00:00", + "time": "2022-09-26T12:21:08+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -611,7 +614,7 @@ ], "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" }, "install-path": "../michelf/php-markdown" }, |