From 4bf68c7e91206abfd138da96b63e5238e9f706cb Mon Sep 17 00:00:00 2001 From: kkamara Date: Fri, 22 Mar 2024 11:56:45 +0000 Subject: [PATCH] Add author --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 7479479..f0b708e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,12 @@ { "name": "kkamara/php-scraper", + "authors": [ + { + "name": "Kelvin Kamara", + "email": "kamaracomputers@gmail.com", + "homepage": "https://kelvinkamara.com" + } + ], "version": "2.0.0", "type": "project", "description": "(2022) Use PHP technologies to crawl and click buttons on websites with GUI. I highly recommend working with Linux (including virtual machines) or MacOs.",