From ace290615a11e01b50fbfafeeb26a2dc1c55f74c Mon Sep 17 00:00:00 2001 From: sirwoongke Date: Tue, 4 Jun 2019 17:57:38 +0900 Subject: [PATCH] 1.0.2 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 634ea12..241cc6f 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ "plugin" ], "license": "LGPL", - "version": "1.0.1", + "version": "1.0.2", "type": "xpressengine-plugin", "support": { "email": "developers@xpressengine.com" }, "authors": [ { - "name": "XE Team", + "name": "XE Developers", "email": "developers@xpressengine.com", "homepage": "https://store.xehub.io/plugins/news_client", "role": "Developer" @@ -46,6 +46,7 @@ } }, "require": { + "xpressengine/xpressengine": "~3.0.2", "guzzlehttp/guzzle": "~6.1" }, "autoload": {