修复错误依赖 toc 使用 benjaminhoegh/parsedown-toc

doctree
zcy 2023-07-27 11:24:30 +08:00
parent 3963f7f283
commit dc5772d6f6
3 changed files with 2 additions and 1526 deletions

View File

@ -76,7 +76,7 @@ class Config
} }
static public function RedisServer() { static public function RedisServer() {
if("localhost" == $_SERVER['SERVER_NAME']){ if("localhost" == $_SERVER['SERVER_NAME']){
return "192.168.0.200"; return "127.0.0.1";
} }
if ( "0.0.0.0" == $_SERVER['SERVER_NAME']){ if ( "0.0.0.0" == $_SERVER['SERVER_NAME']){
return "192.168.0.200"; return "192.168.0.200";

View File

@ -3,7 +3,7 @@
"twig/twig": "~2.0", "twig/twig": "~2.0",
"propel/propel": "~2.0@dev", "propel/propel": "~2.0@dev",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
"hoegh/parsedown-toc": "^1.3" "benjaminhoegh/parsedown-toc": "^1.4"
}, },
"repositories": { "repositories": {
"packagist": { "packagist": {

1524
composer.lock generated

File diff suppressed because it is too large Load Diff