From 1e99479a3453c4788757796d1c64f50f9be7c839 Mon Sep 17 00:00:00 2001 From: SharkEzz Date: Fri, 1 Jan 2021 20:15:24 +0100 Subject: [PATCH] Fix package.json package name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eadc258..39d507d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "sharkezz/yeelight-php", + "name": "sharkezz/yeephp", "description": "A simple standalone PHP library to work with Yeelight RGB bulbs", "type": "library", "require": {