diff --git a/README.md b/README.md index be5c884d..3f9212eb 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/composer.json b/composer.json index 346f0e21..d147280e 100644 --- a/composer.json +++ b/composer.json @@ -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" },