Skip to content
Snippets Groups Projects
Commit 7301c816 authored by lucha's avatar lucha
Browse files

added ai mu-plugins

parent ed090715
Branches
No related tags found
No related merge requests found
[submodule "app/r2db"]
path = app/r2db
url = git@git.autistici.org:lucha/r2db
[submodule "mu-plugins-src/ai-mu-plugins"]
path = mu-plugins-src/ai-mu-plugins
url = git@git.autistici.org:lucha/ai-mu-plugins.git
......@@ -18,6 +18,10 @@
{
"type": "vcs",
"url": "git@git.autistici.org:lucha/r2db.git"
},
{
"type": "vcs",
"url": "git@git.autistici.org:lucha/ai-mu-plugins.git"
}
],
"config": {
......@@ -45,7 +49,7 @@
"wpackagist-plugin/disable-wordpress-updates",
"wpackagist-plugin/wpmu-new-blog-defaults",
"wpackagist-plugin/more-privacy-options",
"wpackagist-plugin/disable-emojis",
"wpackagist-plugin/disable-emojis",
"type:wordpress-muplugin"],
"app/{$name}": ["type:wordpress-dropin"],
"app/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
......@@ -59,13 +63,15 @@
"package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php",
"package:wpackagist-plugin/wpmu-new-blog-defaults:cets_blog_defaults.php",
"package:wpackagist-plugin/more-privacy-options:ds_wp3_private_blog.php",
"package:wpackagist-plugin/disable-emojis:disable-emojis.php"
"package:wpackagist-plugin/disable-emojis:disable-emojis.php",
"package:lucha/ai-mu-plugins:embed.php,remove-password-change-notification.php,send-smtp-email.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"]
}
},
"require-dev": {
"lucha/r2db": "dev-master"
"lucha/r2db": "dev-master",
"lucha/ai-mu-plugins": "dev-master"
}
}
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "e2a7baea533faccc5936cf22dff8bff0",
"content-hash": "46c43279e2627da3199145fca88ef9ca",
"packages": [
{
"name": "bjornjohansen/wplang",
......@@ -537,6 +537,27 @@
}
],
"packages-dev": [
{
"name": "lucha/ai-mu-plugins",
"version": "dev-master",
"source": {
"type": "git",
"url": "git@git.autistici.org:lucha/ai-mu-plugins.git",
"reference": "65d8eaf8172bf6a85840faad2b964f1f969861ae"
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-muplugin",
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "must-use plugins for Noblogs",
"time": "2020-06-01T02:23:22+00:00"
},
{
"name": "lucha/r2db",
"version": "dev-master",
......@@ -565,7 +586,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"lucha/r2db": 20
"lucha/r2db": 20,
"lucha/ai-mu-plugins": 20
},
"prefer-stable": false,
"prefer-lowest": false,
......
Subproject commit 65d8eaf8172bf6a85840faad2b964f1f969861ae
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment