Skip to content

Commit bd97dfa

Browse files
committed
Merge pull request #520 from ycombinator/alpha
Using a stable version of the json-patch-php package.
2 parents d3eebb9 + a6217b8 commit bd97dfa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@
2525
"OpenCloud": ["lib/", "tests/"]
2626
}
2727
},
28-
"repositories": [
29-
{
30-
"type": "vcs",
31-
"url": "https://github.com/ycombinator/json-patch-php"
32-
}
33-
],
3428
"require": {
3529
"php" : ">=5.3.3",
3630
"guzzle/http" : "~3.8",
3731
"psr/log": "~1.0",
38-
"mikemccabe/json-patch-php": "dev-master"
32+
"mikemccabe/json-patch-php": "~0.1"
3933
},
4034
"require-dev" : {
4135
"phpunit/phpunit": "4.3.*",

0 commit comments

Comments
 (0)