Skip to content

Commit

Permalink
Merge pull request #97 from jackalope/revert-curl-conflict
Browse files Browse the repository at this point in the history
revert #89 as that version of curl does work on some systems
  • Loading branch information
dbu committed Nov 13, 2014
2 parents 186ab65 + dab6169 commit f350452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This code is dual licensed under the MIT license and the Apache License Version

* php >= 5.3
* libxml version >= 2.7.0 (due to a bug in libxml [http://bugs.php.net/bug.php?id=36501](http://bugs.php.net/bug.php?id=36501))
* libcurl (if you get ``Problem (2) in the Chunked-Encoded data`` with version 7.35, try updating your curl version)
* phpunit >= 3.6 (if you want to run the tests)
* [composer](http://getcomposer.org/)

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"phpcr/phpcr-utils": "~1.1",
"jackalope/jackalope": "~1.1.0"
},
"conflict": {
"lib-curl": "7.35"
},
"provide": {
"jackalope/jackalope-transport": "1.1.0"
},
Expand Down

0 comments on commit f350452

Please sign in to comment.