aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json21
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"
},