From 974a9f4b9e2519f56db5c36fcdc455e644df5f71 Mon Sep 17 00:00:00 2001 From: Tomas Kormanak Date: Sun, 2 Oct 2016 22:38:40 +0200 Subject: [PATCH] Fix PHP version in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96862eea2..dffd57ed1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ | [![Build status][Master image]][Master] | [![Build status][2.5 image]][2.5] | | [![Coverage Status][Master coverage image]][Master coverage] | [![Coverage Status][2.5 coverage image]][2.5 coverage] | -Doctrine 2 is an object-relational mapper (ORM) for PHP 5.4+ that provides transparent persistence +Doctrine 2 is an object-relational mapper (ORM) for PHP 5.6+ that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility