From b1d415ec9c4f82c2459dea1a4a03219398016237 Mon Sep 17 00:00:00 2001 From: sb-everbeek Date: Mon, 21 Aug 2023 14:50:01 +0200 Subject: [PATCH] Update composer.json Remove require that is only used in /examples/example.php --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 08ad443..4f2fa81 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,7 @@ ], "require": { "php": ">=7.0.3", - "chillerlan/php-curl": "^1.0", - "vlucas/phpdotenv": "2.*" + "chillerlan/php-curl": "^1.0" }, "require-dev": { "phpunit/phpunit": "6.0.*"