diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2024-10-29 13:42:14 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-10-29 13:42:14 +0000 |
| commit | 8d6d795330dfa243d53c974815980b1bbfb36778 (patch) | |
| tree | 2bb2e1d14b977f00d497fd904c76a24d97782a86 /composer.lock | |
| parent | bb5267288c91778f25e6bee8a76c61a6c61901a6 (diff) | |
Resolve "Assistent für Roots nach Updates"
Closes #4245
Merge request studip/studip!3348
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock index bf0bf9b..7ebf09c 100644 --- a/composer.lock +++ b/composer.lock @@ -238,6 +238,56 @@ "time": "2024-06-03T10:59:11+00:00" }, { + "name": "erusev/parsedown", + "version": "1.7.4", + "source": { + "type": "git", + "url": "https://github.com/erusev/parsedown.git", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, + "type": "library", + "autoload": { + "psr-0": { + "Parsedown": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Emanuil Rusev", + "email": "hello@erusev.com", + "homepage": "http://erusev.com" + } + ], + "description": "Parser for Markdown.", + "homepage": "http://parsedown.org", + "keywords": [ + "markdown", + "parser" + ], + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.7.x" + }, + "time": "2019-12-30T22:54:17+00:00" + }, + { "name": "ezyang/htmlpurifier", "version": "v4.17.0", "source": { |
