summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-02 10:19:54 +1000
committerGitHub <[email protected]>2018-01-02 10:19:54 +1000
commit13bd35b6038980de40c6757698ade8d9c09798cc (patch)
tree23d164ad01ccb5bdde546f1172cc71575687e890
parentecaf4858591adc90f4b0fafcbd6f94fcefb88b51 (diff)
parentf3e44105d8239bd18a4d246652ccb75eecc0364d (diff)
Merge pull request #332 from j4mie/treffynnon-patch-1
Update README to make PHP version compatibility clearer
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index daa0f3c..92fb0e9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -14,7 +14,7 @@ Idiorm is now considered to be feature complete as of version 1.5.0. Whilst it w
---
-A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
+A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5 and above.
Tested on PHP 5.2.0+ - may work on earlier versions with PDO and the correct database drivers.