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.",