-
- Downloads
Issue #3048493 by Eli-T, e0ipso: JSON data types other than string can't be...
Issue #3048493 by Eli-T, e0ipso: JSON data types other than string can't be replaced with replacement tokens
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- src/JsonPathReplacer.php 8 additions, 1 deletionsrc/JsonPathReplacer.php
- src/Normalizer/JsonBlueprintDenormalizer.php 1 addition, 1 deletionsrc/Normalizer/JsonBlueprintDenormalizer.php
- tests/src/Unit/JsonPathReplacerTest.php 34 additions, 0 deletionstests/src/Unit/JsonPathReplacerTest.php
... | ... | @@ -6,7 +6,7 @@ |
"galbar/jsonpath": "^1.0" | ||
}, | ||
"require-dev": { | ||
"justinrainbow/json-schema": "^4.1" | ||
"justinrainbow/json-schema": "^5.2" | ||
}, | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
... | ... |
Please register or sign in to comment