From efc1306683d0602c324f3b6ccd435bafa53dd2ec Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Mon, 27 Aug 2018 15:50:08 -0700 Subject: [PATCH 1/3] Updating dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5421e0cf..655c4dfb 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": ">=5.5", - "justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0", - "lastguest/murmurhash": "1.3.0", + "justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0 || ^5.0", + "lastguest/murmurhash": "1.3.0|2.0.0", "guzzlehttp/guzzle": "~5.3|~6.2", "monolog/monolog": "~1.21", "icecave/parity": "^1.0" }, "require-dev": { - "phpunit/phpunit": "~4.8|~5.0", - "satooshi/php-coveralls": "v1.0.1" + "phpunit/phpunit": "^4.8|^5.0|^7.0", + "satooshi/php-coveralls": "v2.0.0" }, "autoload": { "psr-4": { From c369c2a58baafdf55e51e78fcacc7d7081437c60 Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Mon, 27 Aug 2018 16:00:32 -0700 Subject: [PATCH 2/3] Undoing 2 changes --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 655c4dfb..6174e2f3 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ "require": { "php": ">=5.5", "justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0 || ^5.0", - "lastguest/murmurhash": "1.3.0|2.0.0", + "lastguest/murmurhash": "1.3.0", "guzzlehttp/guzzle": "~5.3|~6.2", "monolog/monolog": "~1.21", "icecave/parity": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8|^5.0|^7.0", + "phpunit/phpunit": "^4.8|^5.0", "satooshi/php-coveralls": "v2.0.0" }, "autoload": { From 94e45e7ca60c1707485f87dc4e86ad5fefa5eb47 Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Fri, 7 Sep 2018 16:16:07 -0700 Subject: [PATCH 3/3] Trying to fix error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6174e2f3..930c45fb 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.8|^5.0", - "satooshi/php-coveralls": "v2.0.0" + "php-coveralls/php-coveralls": "v2.0.0" }, "autoload": { "psr-4": {