1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 04:58:16 +01:00

Phpunit 8 as deafult so the test script and git revision end up at the same value after tests run.

This commit is contained in:
Filip Halaxa 2021-11-16 16:08:48 +01:00
parent 99cfff857a
commit 8201e1eb03

View File

@ -13,12 +13,12 @@
"php": ">=5.6"
},
"require-dev": {
"ext-json": "*"
"ext-json": "*",
"phpunit/phpunit": "^8"
},
"suggest": {
"ext-json": "To run JSON Machine out of the box without custom decoders.",
"guzzlehttp/guzzle": "To run example with GuzzleHttp",
"phpunit/phpunit": "Not specified in require-dev as the phpunit version varies across PHP versions that JSON Machine supports"
"guzzlehttp/guzzle": "To run example with GuzzleHttp"
},
"autoload" : {
"psr-4": {"JsonMachine\\": "src/"},