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

Merge pull request #6204 from alcohol/rip-5.6

rip 5.6
This commit is contained in:
Marco Pivetta 2017-01-02 09:28:08 +01:00 committed by GitHub
commit d0c3f961ef
2 changed files with 1 additions and 6 deletions

View File

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

View File

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