mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-17 05:18:28 +01:00
Added Parsedown to dependency list
This commit is contained in:
parent
81ceabe744
commit
0075b8b0c2
@ -2,13 +2,19 @@
|
||||
"name": "circlepuller/tinyboard",
|
||||
"description": "Tinyboard is a light-weight, fast, highly configurable and user-friendly imageboard software package released under a non-restrictive open-source license. It is written in PHP and has few dependencies.",
|
||||
"type": "project",
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.0.27"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"gettext/gettext": "^4.4",
|
||||
"twig/twig": "^2.4",
|
||||
"twig/extensions": "^1.5",
|
||||
"maxmind/geoip": "^1.1",
|
||||
"mrclay/minify": "^3.0",
|
||||
"lifo/ip": "^1.0"
|
||||
"lifo/ip": "^1.0",
|
||||
"erusev/parsedown": "^1.7"
|
||||
},
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
665
composer.lock
generated
665
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -25,8 +25,6 @@ require_once 'inc/lock.php';
|
||||
require_once 'inc/queue.php';
|
||||
require_once 'inc/polyfill.php';
|
||||
|
||||
@include_once 'inc/lib/parsedown/Parsedown.php'; // fail silently, this isn't a critical piece of code
|
||||
|
||||
// the user is not currently logged in as a moderator
|
||||
$mod = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user