From ae7f35cda10e5b93f7dcc41a896172b52078f40e Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 20 Oct 2016 07:11:38 -0700 Subject: [PATCH] Use "type": "wp-cli-package" to designate this as a WP-CLI package --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e039109..34c1d74 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "billerickson/wp-cli-plugin-install-missing", "description": "Install any plugins that are active but missing.", + "type": "wp-cli-package", "homepage": "https://github.com/billerickson/wp-cli-plugin-install-missing", "license": "MIT", "require": { @@ -9,4 +10,4 @@ "autoload": { "files": [ "wp-cli-plugin-install-missing.php" ] } -} \ No newline at end of file +}