Skip to content

Commit 3dd7f3e

Browse files
author
Stéphane Bour
committed
chore: bump to php 7.4 and add ext-json
1 parent c042884 commit 3dd7f3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"description": "Wrapper for OVH APIs",
44
"license": "BSD-3-Clause",
55
"require": {
6-
"php": ">=7.3",
7-
"guzzlehttp/guzzle": "^6.0||^7.0"
6+
"php": ">=7.4",
7+
"guzzlehttp/guzzle": "^6.0||^7.0",
8+
"ext-json": "*"
89
},
910
"autoload": {
1011
"psr-4": {"Ovh\\": "src/"}

0 commit comments

Comments
 (0)