From 4a4b998c0707295006acd910c010e5a2bd6af93d Mon Sep 17 00:00:00 2001 From: Theodore Kluge Date: Mon, 6 May 2019 13:43:54 -0400 Subject: [PATCH] package name must be lowercase --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 768a58e..12d1110 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "EbookFoundation/roe-pressbooks", + "name": "ebookfoundation/roe-pressbooks", "license": "GPL-3.0-or-later", "type": "wordpress-plugin", "description": "A Pressbooks plugin to integrate with the River of Ebooks.",