From 3f3fe1a092c772dec410f0ec9a897ac7a547dbba Mon Sep 17 00:00:00 2001 From: Sacha Durand Date: Fri, 22 Jul 2022 17:37:41 +0200 Subject: [PATCH] Extend php compatibility Extend PHP compatibility to accept php 7.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b00e64..442d164 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Wrapper for OVH APIs", "license": "BSD-3-Clause", "require": { - "php": ">=7.4", + "php": ">=7.3", "guzzlehttp/guzzle": "^6.0||^7.0", "ext-json": "*" },