修复错误依赖 toc 使用 benjaminhoegh/parsedown-toc
parent
3963f7f283
commit
dc5772d6f6
|
@ -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";
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue