1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Fix PHP version in readme.

This commit is contained in:
Tomas Kormanak 2016-10-02 22:38:40 +02:00 committed by GitHub
parent cd11723e63
commit 974a9f4b9e

View File

@ -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