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:
parent
c042884a32
commit
3dd7f3ecbe
@ -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/"}
|
||||
|
Loading…
Reference in New Issue
Block a user