Skip to content

Commit d461605

Browse files
authored
Merge pull request #24 from swaggest/refactoring-tests
unified format tests, better reference handling
2 parents 687421a + 6b582f2 commit d461605

File tree

12 files changed

+247
-79
lines changed

12 files changed

+247
-79
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/swaggest/php-json-schema/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/swaggest/php-json-schema/?branch=master)
55
[![Code Climate](https://codeclimate.com/github/swaggest/php-json-schema/badges/gpa.svg)](https://codeclimate.com/github/swaggest/php-json-schema)
66
[![Code Coverage](https://scrutinizer-ci.com/g/swaggest/php-json-schema/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/swaggest/php-json-schema/code-structure/master/code-coverage/src/)
7+
78
High definition PHP structures with JSON-schema based validation.
89

910
Supported schemas:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=5.4",
77
"phplang/scope-exit": "^1.0",
8-
"swaggest/json-diff": "^3.0"
8+
"swaggest/json-diff": "^3.1.1"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "4.8.35",

composer.lock

Lines changed: 120 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)