1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Removes support for PHP 5.x

This commit is contained in:
Mark Railton 2017-01-02 08:36:42 +00:00
parent c24a89f4a3
commit 563c79bd80
3 changed files with 2 additions and 7 deletions

View File

@ -2,7 +2,6 @@ sudo: false
language: php language: php
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- nightly - nightly
@ -29,10 +28,6 @@ after_script:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.6
env: DB=mariadb
addons:
mariadb: 10.1
- php: 7.0 - php: 7.0
env: DB=mariadb env: DB=mariadb
addons: addons:

View File

@ -3,7 +3,7 @@
| [![Build status][Master image]][Master] | [![Build status][2.5 image]][2.5] | | [![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] | | [![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 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), 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 inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility

View File

@ -14,7 +14,7 @@
], ],
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"php": "^5.6 || ^7.0", "php": "^7.0",
"ext-pdo": "*", "ext-pdo": "*",
"doctrine/collections": "~1.2", "doctrine/collections": "~1.2",
"doctrine/dbal": ">=2.5-dev,<2.7-dev", "doctrine/dbal": ">=2.5-dev,<2.7-dev",