From 56f412ae8f8fb65f26ef59a0442fc1336a9cff3a Mon Sep 17 00:00:00 2001 From: Tobia Zanarella Date: Thu, 20 May 2021 12:56:53 +0200 Subject: [PATCH] Edit to composer.json --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9a5d775..af30363 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,13 @@ { - "name": "yourivw/leclient", + "name": "shellrent/letsencrypt-client", "type": "library", "description": "PHP LetsEncrypt client library for ACME v2", "license": "MIT", "require": { - "php": ">=5.2" + "php": ">=5.2", + "ext-openssl": "*", + "ext-json": "*", + "ext-curl": "*" }, "autoload": { "psr-4": {