From 3dd7f3ecbe4aacabf9a68dacf61bbfc628963cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bour?= Date: Tue, 8 Dec 2020 13:22:21 +0100 Subject: [PATCH] chore: bump to php 7.4 and add ext-json --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5b4ad1b..1b00e64 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,9 @@ "description": "Wrapper for OVH APIs", "license": "BSD-3-Clause", "require": { - "php": ">=7.3", - "guzzlehttp/guzzle": "^6.0||^7.0" + "php": ">=7.4", + "guzzlehttp/guzzle": "^6.0||^7.0", + "ext-json": "*" }, "autoload": { "psr-4": {"Ovh\\": "src/"}