From 49a27b603bc7836f036027e1df1f1e62921addb6 Mon Sep 17 00:00:00 2001 From: vicF Date: Wed, 28 Feb 2018 22:48:31 +0300 Subject: [PATCH] Update composer.json I got error from composer: - dopiaza/dpzflickr 1.3 requires ext-curl == 0.0.0.0 -> the requested PHP extension curl has the wrong version (7.0.14) installed. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 521e9e1..917d6c1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "PHP client library for Flickr.", "require": { "php": ">=5.3.0", - "ext-curl": "0" + "ext-curl": ">=7.0.0" }, "autoload": { "psr-0": {