From 7e1c0bcb14ad1fa4336effb20ac4e87e7a9a041a Mon Sep 17 00:00:00 2001 From: Malik Zharykoff Date: Wed, 24 Oct 2018 13:54:54 +0600 Subject: [PATCH] remove ext-curl requirement --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 0b669b6..2ab2daa 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,5 @@ "psr-4": { "Malikzh\\PhpNCANode\\":"src/" } - }, - "require": { - "ext-curl": "^0.0.0" } }