diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-25 09:57:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-25 09:57:44 +0200 |
commit | dd9dbdd70defaf6e094321ea2a39a47117ec7aac (patch) | |
tree | 3269e2896ad96a938be3a55e0145c1d16de1fdb6 /composer.json | |
parent | abab01cdf8cd9ebe6aa0c19560ff31b66e5f5aec (diff) |
php-justinrainbow-json-schema: 2.0.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 64ae1d6..f0f630a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "justinrainbow/json-schema", "description": "A library to validate a json schema.", - "version": "2.0.3", + "version": "2.0.4", "keywords": ["json", "schema"], "homepage": "https://github.com/justinrainbow/json-schema", "type": "library", @@ -28,11 +28,11 @@ "type": "package", "package": { "name": "json-schema/JSON-Schema-Test-Suite", - "version": "1.1.2", + "version": "1.2.0", "source": { "url": "https://github.com/json-schema/JSON-Schema-Test-Suite", "type": "git", - "reference": "1.1.2" + "reference": "1.2.0" } } }], @@ -40,7 +40,7 @@ "php": ">=5.3.3" }, "require-dev": { - "json-schema/JSON-Schema-Test-Suite": "1.1.2", + "json-schema/JSON-Schema-Test-Suite": "1.2.0", "phpunit/phpunit": "^4.8.22", "phpdocumentor/phpdocumentor": "~2" }, @@ -48,7 +48,7 @@ "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "autoload-dev": { - "psr-4": { "JsonSchema\\Tests\\": "tests/JsonSchema/Tests/" } + "psr-4": { "JsonSchema\\Tests\\": "tests/" } }, "bin": ["bin/validate-json"], "extra": { |