We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3373d commit 33f2458Copy full SHA for 33f2458
docs/installation.asciidoc
@@ -3,7 +3,7 @@
3
4
Elasticsearch-php only has three requirements that you need to pay attention:
5
6
-* PHP 7.0.0 or higher
+* PHP 7.1.0 or higher
7
* http://getcomposer.org[Composer]
8
* http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for
9
PHP (see note below)
@@ -98,4 +98,4 @@ against the REST specifications. This is a rather large download for
98
non-developers, hence the --no-dev flag.
99
100
If you wish to contribute to the development of this library, just omit the
101
-`--no-dev` flag to be able to run tests.
+`--no-dev` flag to be able to run tests.
0 commit comments