Skip to content

Commit

Permalink
[Docs] Add minimum PHP version requirement to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 24, 2014
1 parent 60e653c commit 96f1b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ You can find out more on how to install Composer, configure autoloading, and oth

You'll notice that the installation command specified `--no-dev`. This prevents Composer from installing the various testing and development dependencies. For average users, there is no need to install the test suite (which also includes the complete source code of Elasticsearch). If you wish to contribute to development, just omit the `--no-dev` flag to be able to run tests.

PHP Version Requirement
----
The minimum version of PHP that this library supports is 5.3.9. For a longer explanation as to why this is the case, see [Minimum PHP Version Requirement Documentation](http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/_php_version_requirement.html).

Index a document
-----

Expand Down

0 comments on commit 96f1b8b

Please sign in to comment.