{ "name": "lucha/noblogs-composer", "type": "project", "license": "GPL-2.0-or-later", "description": "WordPress codebase for Noblogs, managed with Composer", "homepage": "https://git.autistici.org/lucha/noblogs-composer", "authors": [ { "name": "lucha", "email": "lucha@paranoici.org" } ], "repositories": [ { "type": "composer", "url" : "https://wpackagist.org" }, { "type": "vcs", "url": "git@git.autistici.org:lucha/r2db.git" } ], "config": { "dropin-installer": "copy" }, "require": { "php": ">=7.1", "composer/installers": "^1.8", "cweagans/composer-patches": "^1.6", "koodimonni/composer-dropin-installer": "^1.2", "johnpbloch/wordpress": "^5.4", "bjornjohansen/wplang": "^0.1.1", "wpackagist-theme/minimalism": "1.0.3", "wpackagist-plugin/disable-wordpress-updates": "^1.6", "wpackagist-plugin/hyperdb": "^1.6" }, "extra": { "wordpress-install-dir": "app/wp", "installer-paths": { "mu-plugins-src/{$name}": [ "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/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": ["package:lucha/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"] } }, "require-dev": { "lucha/r2db": "dev-master" } }