Skip to content

Commit

Permalink
Merge pull request #520 from ycombinator/alpha
Browse files Browse the repository at this point in the history
Using a stable version of the json-patch-php package.
  • Loading branch information
ycombinator committed Jan 7, 2015
2 parents d3eebb9 + a6217b8 commit bd97dfa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down

0 comments on commit bd97dfa

Please sign in to comment.