From c52328283a1c4c6f081ecaf7319855b5f448057b Mon Sep 17 00:00:00 2001 From: Jon Gilkison Date: Fri, 12 Apr 2019 14:41:24 +0700 Subject: [PATCH] Updated composer Fixed README --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5187d6..2f51279 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Stem Mail Template Adds mail templates that can be managed/edited in WordPress. -Requires [`stem/stem-press`](https://github.com/stem-press/stem). \ No newline at end of file +Requires [`stem-press/stem`](https://github.com/stem-press/stem). \ No newline at end of file diff --git a/composer.json b/composer.json index 48b5b74..90b7c29 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "stem/mail-template", + "name": "stem-press/mail-template", "description": "Package for handling mail templates", "type": "wordpress-plugin", "license": "LGPL-3.0-or-later",