From abab01cdf8cd9ebe6aa0c19560ff31b66e5f5aec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 May 2016 08:47:44 +0200 Subject: php-justinrainbow-json-schema: 2.0.3 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2c92cc1..64ae1d6 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.1", + "version": "2.0.3", "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.0", + "version": "1.1.2", "source": { "url": "https://github.com/json-schema/JSON-Schema-Test-Suite", "type": "git", - "reference": "1.1.0" + "reference": "1.1.2" } } }], @@ -40,7 +40,7 @@ "php": ">=5.3.3" }, "require-dev": { - "json-schema/JSON-Schema-Test-Suite": "1.1.0", + "json-schema/JSON-Schema-Test-Suite": "1.1.2", "phpunit/phpunit": "^4.8.22", "phpdocumentor/phpdocumentor": "~2" }, -- cgit