Skip to content

Commit

Permalink
Fixes #313 Min version of PHP is 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
munkie committed Feb 21, 2013
1 parent 11c7dc6 commit 3d4ae6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -25,7 +25,7 @@ The version numbers are consistent with elasticsearch. The version number 0.16.0

Compatibility
-------------
Elastica is tested with PHP 5.3 and later. Versions prior and equal to v0.19.8.0 are compatible with PHP 5.2
Elastica is tested with PHP 5.3.3 and later. Versions prior and equal to v0.19.8.0 are compatible with PHP 5.2

File indexing
-------------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit 3d4ae6c

Please sign in to comment.