From 96673d94af9871c55f3459f7bdacad2535022cd4 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 20 Nov 2019 16:02:35 -0500 Subject: [PATCH] Add json dependency for tests --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32a0165..2b77a6a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ } }, "require-dev": { - "phpunit/phpunit": "^8", + "ext-json": "*", + "phpunit/phpunit": "^8", "spatie/phpunit-snapshot-assertions": "^2.2.0" }, "scripts": {