From a6217b8f242beac89201a7f9c71ef8b3d5a6b4d6 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 7 Jan 2015 14:13:30 -0800 Subject: [PATCH] Using a stable version of the json-patch-php package. --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 76027703a..9c1752463 100644 --- a/composer.json +++ b/composer.json @@ -25,17 +25,11 @@ "OpenCloud": ["lib/", "tests/"] } }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/ycombinator/json-patch-php" - } - ], "require": { "php" : ">=5.3.3", "guzzle/http" : "~3.8", "psr/log": "~1.0", - "mikemccabe/json-patch-php": "dev-master" + "mikemccabe/json-patch-php": "~0.1" }, "require-dev" : { "phpunit/phpunit": "4.3.*",