Add json dependency for tests

This commit is contained in:
Timothy Warren 2019-11-20 16:02:35 -05:00
parent 5c73b3db2b
commit 96673d94af
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8",
"ext-json": "*",
"phpunit/phpunit": "^8",
"spatie/phpunit-snapshot-assertions": "^2.2.0"
},
"scripts": {