Skip to content
Snippets Groups Projects
Commit 73fc781b authored by lucha's avatar lucha
Browse files

change directory structure to allow patches generated from noblogs-wp git repo can apply cleanly

parent 14c0ceca
Branches
Tags
No related merge requests found
......@@ -42,15 +42,15 @@
"wpackagist-plugin/disable-wordpress-updates",
"type:wordpress-muplugin"],
"app/{$name}": ["type:wordpress-dropin"],
"app/content/plugins/{$name}/": ["type:wordpress-plugin"],
"app/content/themes/{$name}/": ["type:wordpress-theme"]
"app/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"app/wp-content/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-language-dir": "app/content/languages/",
"wordpress-languages": [ "en_GB", "it_IT" ],
"patches-file": "composer.patches.json",
"dropin-paths": {
"app/content/mu-plugins" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"],
"app/content": ["package:wpackagist-plugin/hyperdb:db.php"],
"app/wp-content/mu-plugins" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"],
"app/wp-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"]
}
},
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "565f78e14e14ca0d9c05a68231bb78f3",
"content-hash": "343c6256f42881fdc6e4b6b3c1fa0597",
"packages": [
{
"name": "bjornjohansen/wplang",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment