summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2010-10-31 13:30:19 +0000
committerJamie Matthews <[email protected]>2010-10-31 13:30:19 +0000
commit518fee9a9b32ce7a8effc348b99d8f82690abe58 (patch)
tree83a83148b8a0f3b2fcf7392614b1634014cc56b3 /README.markdown
parentd4d2db699be49ba4c464cfca520182ec3d5d1a0f (diff)
Add note about PHP version compatibility
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 564de02..f4ed43f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,6 +3,8 @@ Idiorm
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
+Tested on PHP 5.2.0+ - may work on earlier versions with PDO and the correct database drivers.
+
Released under a [BSD license](http://en.wikipedia.org/wiki/BSD_licenses).
**See Also: [Paris](http://github.com/j4mie/paris), an Active Record implementation built on top of Idiorm.**