From dd9dbdd70defaf6e094321ea2a39a47117ec7aac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 May 2016 09:57:44 +0200 Subject: php-justinrainbow-json-schema: 2.0.4 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'composer.json') 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": { -- cgit