-
- Downloads
added disable-wordpress-updates as a mu-plugin, with patch
... | ... | @@ -20,29 +20,27 @@ |
"php": ">=7.1", | ||
"composer/installers": "^1.8", | ||
"cweagans/composer-patches": "^1.6", | ||
"johnpbloch/wordpress": "^5.4", | ||
"bjornjohansen/wplang": "^0.1.1", | ||
"lkwdwrd/wp-muplugin-loader": "^1.0", | ||
"wpackagist-theme/minimalism": "1.0.3", | ||
"koodimonni/composer-dropin-installer": "^1.2", | ||
"wpackagist-plugin/hyperdb": "^1.6" | ||
"johnpbloch/wordpress": "^5.4", | ||
"bjornjohansen/wplang": "^0.1.1", | ||
"wpackagist-theme/minimalism": "1.0.3", | ||
"wpackagist-plugin/hyperdb": "^1.6", | ||
"wpackagist-plugin/disable-wordpress-updates": "^1.6" | ||
}, | ||
"extra": { | ||
"wordpress-install-dir": "web/wp", | ||
"installer-paths": { | ||
"vendor/{$name}": ["wpackagist-plugin/hyperdb"], | ||
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"], | ||
"web/vendor/{$name}": ["wpackagist-plugin/hyperdb"], | ||
"web/vendor/{$name}/": ["type:wordpress-muplugin"], | ||
"web/app/plugins/{$name}/": ["type:wordpress-plugin"], | ||
"web/app/themes/{$name}/": ["type:wordpress-theme"] | ||
}, | ||
"wordpress-language-dir": "web/app/languages", | ||
"wordpress-languages": [ "en_GB", "it_IT" ], | ||
"patches-file": "composer.patches.json", | ||
"force-mu": [ | ||
"disable-wordpress-updates" | ||
], | ||
"patches-file": "composer.patches.json", | ||
"dropin-paths": { | ||
"web/app": ["package:wpackagist-plugin/hyperdb:db.php"] | ||
"web/app": ["package:wpackagist-plugin/hyperdb:db.php"], | ||
"web/app/mu-plugins" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"] | ||
} | ||
} | ||
} |
Please register or sign in to comment