From e8d4ba970414513e1f45058a3e6f01323ea9ef69 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Wed, 6 Nov 2019 02:00:12 +0100 Subject: [PATCH] Add JSON extension as a dependency. --- composer.json | 3 ++- composer.lock | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c1fe6b5..62f26fd 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ } }, "require": { - "php": "^7.2" + "php": "^7.2", + "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^7 || ^8.2" diff --git a/composer.lock b/composer.lock index b92db2e..15d483e 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "90b4e0748d52da8937bfc59cd813c7a1", + "content-hash": "254824a6ce1c0ed5b1df7e76f6c98c05", "packages": [], "packages-dev": [ { @@ -1531,7 +1531,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.2" + "php": "^7.2", + "ext-json": "*" }, "platform-dev": [] }