1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

Extend php compatibility

Extend PHP compatibility to accept php 7.3
This commit is contained in:
Sacha Durand 2022-07-22 17:37:41 +02:00 committed by GitHub
parent 75852ad0fe
commit 3f3fe1a092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": "*"
},