We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9f7de commit a6217b8Copy full SHA for a6217b8
composer.json
@@ -25,17 +25,11 @@
25
"OpenCloud": ["lib/", "tests/"]
26
}
27
},
28
- "repositories": [
29
- {
30
- "type": "vcs",
31
- "url": "https://github.com/ycombinator/json-patch-php"
32
- }
33
- ],
34
"require": {
35
"php" : ">=5.3.3",
36
"guzzle/http" : "~3.8",
37
"psr/log": "~1.0",
38
- "mikemccabe/json-patch-php": "dev-master"
+ "mikemccabe/json-patch-php": "~0.1"
39
40
"require-dev" : {
41
"phpunit/phpunit": "4.3.*",
0 commit comments