Skip to content

Commit

Permalink
Merge pull request #77 from infusionsoft/hotfix/fxmlrpc-version
Browse files Browse the repository at this point in the history
enforce strict version on fxmlrpc library before upgrading to 0.12
  • Loading branch information
kressaty committed Jun 6, 2016
2 parents d6acf88 + 54dd7f0 commit 75041f6
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 122 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": ">=5.5",
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.0",
"lstrojny/fxmlrpc": "~0.10",
"guzzlehttp/guzzle": "~6.1",
"lstrojny/fxmlrpc": "0.11",
"egeloen/http-adapter": "~0.6",
"psr/log": "~1.0"
},
Expand Down
Loading

0 comments on commit 75041f6

Please sign in to comment.