-
- Downloads
now r2db should be installed in the same way it currently is in noblogs-wp
... | @@ -30,24 +30,25 @@ | ... | @@ -30,24 +30,25 @@ |
"wpackagist-theme/minimalism": "1.0.3", | "wpackagist-theme/minimalism": "1.0.3", | ||
"wpackagist-plugin/disable-wordpress-updates": "^1.6", | "wpackagist-plugin/disable-wordpress-updates": "^1.6", | ||
"wpackagist-plugin/hyperdb": "^1.6" | "wpackagist-plugin/hyperdb": "^1.6" | ||
}, | }, | ||
"config": { | |||
"vendor-dir": "app/vendor" | |||
}, | |||
"extra": { | "extra": { | ||
"wordpress-install-dir": "app/wp", | "wordpress-install-dir": "app/wp", | ||
"installer-paths": { | "installer-paths": { | ||
"mu-plugins-src/{$name}": ["wpackagist-plugin/hyperdb", "wpackagist-plugin/disable-wordpress-updates"], | "mu-plugins-src/{$name}": [ | ||
"app/content/mu-plugins/{$name}/" : ["type:wordpress-muplugin"], | "wpackagist-plugin/hyperdb", | ||
"wpackagist-plugin/disable-wordpress-updates", | |||
"type:wordpress-muplugin"], | |||
"app/{$name}": ["type:wordpress-dropin"], | |||
"app/content/plugins/{$name}/": ["type:wordpress-plugin"], | "app/content/plugins/{$name}/": ["type:wordpress-plugin"], | ||
"app/content/themes/{$name}/": ["type:wordpress-theme"] | "app/content/themes/{$name}/": ["type:wordpress-theme"] | ||
}, | }, | ||
"wordpress-language-dir": "content/languages/", | "wordpress-language-dir": "app/content/languages/", | ||
"wordpress-languages": [ "en_GB", "it_IT" ], | "wordpress-languages": [ "en_GB", "it_IT" ], | ||
"patches-file": "composer.patches.json", | "patches-file": "composer.patches.json", | ||
"dropin-paths": { | "dropin-paths": { | ||
"app/content/": ["package:wpackagist-plugin/hyperdb:db.php"], | "app/content/mu-plugins" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"], | ||
"app/content/mu-plugins/" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"] | "app/content": ["package:wpackagist-plugin/hyperdb:db.php"], | ||
"app": ["package:lucha/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"] | |||
} | } | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
... | ... |
Please register or sign in to comment