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

disable-emojis mu-plugin

parent d47ac104
Branches
No related tags found
No related merge requests found
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
"wpackagist-plugin/disable-wordpress-updates": "^1.6", "wpackagist-plugin/disable-wordpress-updates": "^1.6",
"wpackagist-plugin/hyperdb": "^1.6", "wpackagist-plugin/hyperdb": "^1.6",
"wpackagist-plugin/wpmu-new-blog-defaults": "^2.2", "wpackagist-plugin/wpmu-new-blog-defaults": "^2.2",
"wpackagist-plugin/more-privacy-options": "^4.6" "wpackagist-plugin/more-privacy-options": "^4.6",
"wpackagist-plugin/disable-emojis": "^1.7"
}, },
"extra": { "extra": {
"wordpress-install-dir": "app/wp", "wordpress-install-dir": "app/wp",
...@@ -44,6 +45,7 @@ ...@@ -44,6 +45,7 @@
"wpackagist-plugin/disable-wordpress-updates", "wpackagist-plugin/disable-wordpress-updates",
"wpackagist-plugin/wpmu-new-blog-defaults", "wpackagist-plugin/wpmu-new-blog-defaults",
"wpackagist-plugin/more-privacy-options", "wpackagist-plugin/more-privacy-options",
"wpackagist-plugin/disable-emojis",
"type:wordpress-muplugin"], "type:wordpress-muplugin"],
"app/{$name}": ["type:wordpress-dropin"], "app/{$name}": ["type:wordpress-dropin"],
"app/wp-content/plugins/{$name}/": ["type:wordpress-plugin"], "app/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
...@@ -56,7 +58,8 @@ ...@@ -56,7 +58,8 @@
"app/wp-content/mu-plugins" : [ "app/wp-content/mu-plugins" : [
"package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php", "package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php",
"package:wpackagist-plugin/wpmu-new-blog-defaults:cets_blog_defaults.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/more-privacy-options:ds_wp3_private_blog.php",
"package:wpackagist-plugin/disable-emojis:disable-emojis.php"
], ],
"app/wp-content": ["package:wpackagist-plugin/hyperdb:db.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"] "app": ["package:lucha/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"]
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3dcdbd9dc528dda94268de4f8fb9b61b", "content-hash": "e2a7baea533faccc5936cf22dff8bff0",
"packages": [ "packages": [
{ {
"name": "bjornjohansen/wplang", "name": "bjornjohansen/wplang",
...@@ -395,6 +395,26 @@ ...@@ -395,6 +395,26 @@
"description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.", "description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.",
"time": "2018-02-04T10:52:01+00:00" "time": "2018-02-04T10:52:01+00:00"
}, },
{
"name": "wpackagist-plugin/disable-emojis",
"version": "1.7.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-emojis/",
"reference": "tags/1.7.2"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-emojis.1.7.2.zip",
"reference": null,
"shasum": null
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-emojis/"
},
{ {
"name": "wpackagist-plugin/disable-wordpress-updates", "name": "wpackagist-plugin/disable-wordpress-updates",
"version": "1.6.6", "version": "1.6.6",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment