diff options
author | M. Dent <dentm42@gmail.com> | 2018-10-31 01:32:44 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-10-31 01:32:44 +0100 |
commit | f9ab7647dd660adb37464614616cb8484c500de4 (patch) | |
tree | a3155f3820e9c4e86941a13d878a914b35941a61 /vendor/composer/autoload_static.php | |
parent | 046d264688aae76874fa22870f4bed77192335c2 (diff) | |
parent | fc6ff45c4976d158ac565a7693b2e4d30fe70e33 (diff) | |
download | volse-hubzilla-f9ab7647dd660adb37464614616cb8484c500de4.tar.gz volse-hubzilla-f9ab7647dd660adb37464614616cb8484c500de4.tar.bz2 volse-hubzilla-f9ab7647dd660adb37464614616cb8484c500de4.zip |
Merge branch 'composer-updates' into 'dev'
update html_to_markdown, smarty and sabredav libs via composer
See merge request hubzilla/core!1361
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r-- | vendor/composer/autoload_static.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 0202e148c..4b8c414e0 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -468,6 +468,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d 'League\\HTMLToMarkdown\\ElementInterface' => __DIR__ . '/..' . '/league/html-to-markdown/src/ElementInterface.php', 'League\\HTMLToMarkdown\\Environment' => __DIR__ . '/..' . '/league/html-to-markdown/src/Environment.php', 'League\\HTMLToMarkdown\\HtmlConverter' => __DIR__ . '/..' . '/league/html-to-markdown/src/HtmlConverter.php', + 'League\\HTMLToMarkdown\\HtmlConverterInterface' => __DIR__ . '/..' . '/league/html-to-markdown/src/HtmlConverterInterface.php', 'Michelf\\Markdown' => __DIR__ . '/..' . '/michelf/php-markdown/Michelf/Markdown.php', 'Michelf\\MarkdownExtra' => __DIR__ . '/..' . '/michelf/php-markdown/Michelf/MarkdownExtra.php', 'Michelf\\MarkdownInterface' => __DIR__ . '/..' . '/michelf/php-markdown/Michelf/MarkdownInterface.php', |