From a65f66fb6a60efad029cd9eff3bbd5a6267eaff9 Mon Sep 17 00:00:00 2001 From: Oleksii Antypov Date: Thu, 23 Aug 2018 10:18:19 +0200 Subject: [PATCH] Add php-curl to dependencies list --- composer.json | 1 + composer.lock | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 composer.lock diff --git a/composer.json b/composer.json index 9a6c200..2e1f8e2 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "PHP SDK for the Webflow CMS API", "type": "library", "require": { + "ext-curl": "*" }, "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..cbded43 --- /dev/null +++ b/composer.lock @@ -0,0 +1,19 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "a69f9ea820048338ab21b3fdf1af7423", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "ext-curl": "*" + }, + "platform-dev": [] +}