From 8c66da6ece6c1bb6d146f37f0281486928028b1d Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Sun, 23 Oct 2022 00:03:31 +0000 Subject: [PATCH] chore: add more keywords --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 4e53b68..1427c38 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,10 @@ "name": "shyim/testcontainer", "description": "Testcontainer implementation in PHP", "license": "MIT", + "keywords": [ + "docker", + "testcontainer" + ], "type": "library", "authors": [ {