1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Merge pull request #6205 from railto/master

Remove support for PHP 5.x
This commit is contained in:
Marco Pivetta 2017-01-02 09:42:07 +01:00 committed by GitHub
commit 443902f9f9

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.6+ that provides transparent persistence
Doctrine 2 is an object-relational mapper (ORM) for PHP 7.0+ 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