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

chore: bump to php 7.4 and add ext-json

This commit is contained in:
Stéphane Bour 2020-12-08 13:22:21 +01:00
parent c042884a32
commit 3dd7f3ecbe
No known key found for this signature in database
GPG Key ID: 2CEC3F826D073CA7

View File

@ -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/"}