mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Require Parsedown class through composer
This commit is contained in:
parent
780f8d193f
commit
f9302d4f9d
@ -10,6 +10,7 @@
|
||||
"ext-zip": "*",
|
||||
"phpmailer/phpmailer": "^6.1",
|
||||
"composer/semver": "^3.2",
|
||||
"twig/twig": "~1.42.5"
|
||||
"twig/twig": "~1.42.5",
|
||||
"erusev/parsedown": "^1.7"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -16,8 +16,6 @@ if (!file_exists(BASE . 'CHANGELOG.md')) {
|
||||
return;
|
||||
}
|
||||
|
||||
require LIBS . 'Parsedown.php';
|
||||
|
||||
$changelog = file_get_contents(BASE . 'CHANGELOG.md');
|
||||
|
||||
$Parsedown = new Parsedown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user