From a3598305446b586740fe4bf4b272a4ed20014a6a Mon Sep 17 00:00:00 2001 From: Patrick Luca Fazzi Date: Mon, 13 Apr 2020 18:19:10 +0200 Subject: [PATCH] Update some dependencies --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 00b70c0c..c4ed8784 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,8 @@ "license": "beerware", "require": { - "php": ">=5.5", + "php": "^7.2", + "ext-curl": "*", "behat/behat": "^3.0.13", "friends-of-behat/mink-extension": "^2.3.1", "justinrainbow/json-schema": "^5.0",