Newer
Older
{
"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",
"johnpbloch/wordpress": "^5.4",
"bjornjohansen/wplang": "^0.1.1",
"installer-paths": {
"mu-plugins-src/{$name}": [
"wpackagist-plugin/hyperdb",
"wpackagist-plugin/disable-wordpress-updates",
"type:wordpress-muplugin"],
"app/{$name}": ["type:wordpress-dropin"],

lucha
committed
"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",

lucha
committed
"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"]