1
0
mirror of synced 2025-02-02 13:31:45 +03:00
This commit is contained in:
Rob Bast 2017-01-02 09:27:34 +01:00
parent c24a89f4a3
commit a8d7b327ef
No known key found for this signature in database
GPG Key ID: 73076E35E6165F39
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",