From fae9f2cdf54f93ed5fdf315c9e11cf1274b837b6 Mon Sep 17 00:00:00 2001 From: Duncan Brown Date: Tue, 1 Mar 2016 18:45:02 +0000 Subject: [PATCH] Update installer path This prevents a conflict with WP-API when both plugins are installed via Composer. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 413a0d8..f3740c9 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "wp-coding-standards/wpcs": "0.6.0" }, "extra": { - "installer-name": "json-rest-api" + "installer-name": "json-rest-api-meta-endpoints" }, "scripts": { "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",