From 285136a674fc0b06a28f80086a2a4208eccf16d4 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sat, 15 May 2021 19:53:38 +0300 Subject: [PATCH] keywords --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index 4aa27a0..d60fca3 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,16 @@ "description": "PSR-18 compatible HTTP mock library", "type": "library", "license": "MIT", + "homepage": "https://github.com/Neur0toxine/pock", + "keywords": [ + "php-http", + "http", + "symfony", + "mock", + "psr-7", + "psr-18", + "mock" + ], "authors": [ { "name": "Neur0toxine",