Skip to content

Commit 838aaf2

Browse files
committed
Add InvalidValue->getFailedSubSchema to receive schema that failed validation, resolves #73
1 parent d5b7cbc commit 838aaf2

File tree

10 files changed

+822
-224
lines changed

10 files changed

+822
-224
lines changed

Diff for: composer.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
"php": ">=5.4",
77
"ext-json": "*",
88
"phplang/scope-exit": "^1.0",
9-
"swaggest/json-diff": "^3.4.2"
9+
"swaggest/json-diff": "^3.5.1"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "4.8.35",
13-
"swaggest/code-builder": "dev-master#e0c5c0612fd241d2d120e5ddef91cda9edc208ee",
14-
"swaggest/php-code-builder": "dev-master#3e643924445eb0f8d13dd011a57a42ce75629892",
1513
"phpunit/php-code-coverage": "2.2.4",
1614
"codeclimate/php-test-reporter": "^0.4.0"
1715
},
@@ -36,9 +34,6 @@
3634
"Swaggest\\JsonSchema\\Tests\\": "tests/src/"
3735
}
3836
},
39-
"scripts": {
40-
"gen-json-struct": "php ./tools/generate_json_structures.php"
41-
},
4237
"config": {
4338
"platform": {
4439
"php": "5.4.45"

0 commit comments

Comments
 (0)