{ "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" } ], "require": { "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" }, "extra": { "wordpress-install-dir": "web/wp", "installer-paths": { "web/app/mu-plugins/{$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" ] } }