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"
}
],
"require": {
"php": ">=7.1",
"composer/installers": "^1.8",
"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"
},
"config": {
"vendor-dir": "app/vendor"
},
"mu-plugins-src/{$name}": ["wpackagist-plugin/hyperdb", "wpackagist-plugin/disable-wordpress-updates"],
"app/content/mu-plugins/{$name}/" : ["type:wordpress-muplugin"],
"app/content/plugins/{$name}/": ["type:wordpress-plugin"],
"app/content/themes/{$name}/": ["type:wordpress-theme"]
"wordpress-languages": [ "en_GB", "it_IT" ],
"patches-file": "composer.patches.json",
"app/content/": ["package:wpackagist-plugin/hyperdb:db.php"],
"app/content/mu-plugins/" : ["package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php"]