From 76d81d5d0b3ed454b85ca8e53aa5c3185e266bb3 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Tue, 17 May 2022 10:45:07 -0700 Subject: [PATCH] Update composer.json --- composer.json | 6 +++++- composer.lock | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f36c1b0..1a8b364 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "olivebbs/getch", "description": "Implements _getch and _ungetch for windows and linux using ffi", "type": "library", + "keywords": ["getch", "windows", "conio", "linux", "console", "conio.h", "hotkey", "termios"], "require": { "php": ">=7.4", "ext-ffi": "*" @@ -29,5 +30,8 @@ "name": "R. Eric Wheeler", "email": "sikofitt@gmail.com" } - ] + ], + "conflict": { + "sikofitt/getch": "*" + } } diff --git a/composer.lock b/composer.lock index 5bf2b88..a580409 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a9f24f3e6bdfb946f6671416016d7e76", + "content-hash": "4d1f166ee2e71f29c8f3567cba3ee2e6", "packages": [], "packages-dev": [ {