Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Elasticsearch-php only has a three requirements that you need to worry about:

* PHP 5.3.9 or higher
* http://getcomposer.org/:[Composer]
* http://php.net/manual/en/book.curl.php:[ext-curl]: the Libcurl extension for PHP
* http://getcomposer.org[Composer]
* http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for PHP

The rest of the dependencies will automatically be downloaded and installed by Composer. Composer is a package and dependency manager for PHP. Installing elasticsearch-php with Composer is very easy:

Expand Down