diff --git a/composer.json b/composer.json index 67750669835e7d268622b413018c1e58b7a3276d..47c98f50810d435ca17e8b4117ba93985145cd03 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ { "name": "lucha", "email": "lucha@paranoici.org" - } + } ], "repositories": [ { @@ -90,7 +90,8 @@ "noblogs/r2db": "^0.1.0", "noblogs/ai-mu-plugins": "^0.1.0", "noblogs/noblogs-wp-ssl": "^0.1.0", - "noblogs/remove-gravatar": "^0.1.0" + "noblogs/remove-gravatar": "^0.1.0", + "noblogs/themes-child": "^0.1.0" }, "extra": { "wordpress-install-dir": "app/wp-core", @@ -120,6 +121,9 @@ "package:noblogs/ai-mu-plugins:embed.php,remove-password-change-notification.php,send-smtp-email.php", "package:noblogs/noblogs-wp-ssl:noblogs-wp-ssl.php" ], + "app/wp-root/wp-content/themes" : [ + "package:noblogs/themes-child" + ], "app/wp-root/wp-content": ["package:wpackagist-plugin/hyperdb:db.php", "package:wpackagist-plugin/wp-super-cache:advanced-cache.php"], "app/wp-root": ["package:noblogs/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"] } diff --git a/composer.lock b/composer.lock index 86b7caff70ba0009e5699e231297760f0ba6c02b..f2c8f3435b4c66ad1a4fdecc8bdeea00d1492495 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ebc9141a092ac29f1a6071d970eaefa5", + "content-hash": "e8244119e143daf8e02a222cfe9b94eb", "packages": [ { "name": "bjornjohansen/wplang", @@ -501,6 +501,22 @@ ], "description": "Wordpress plugin: avoid sending out user information to gravatar." }, + { + "name": "noblogs/themes-child", + "version": "0.1.0", + "dist": { + "type": "zip", + "url": "https://git.autistici.org/api/v4/projects/464/packages/composer/archives/noblogs/themes-child.zip?sha=31565c3f63df9b488cc0bde3f9263f48a0edbf5c", + "reference": "31565c3f63df9b488cc0bde3f9263f48a0edbf5c", + "shasum": "" + }, + "type": "project", + "license": [ + "GPL-2.0-or-later" + ], + "description": "A selection of -child themes for Wordpress", + "homepage": "https://git.autistici.org/noblogs/themes-child" + }, { "name": "npm-asset/prototype-js-core", "version": "1.7.3",