Drop support of php 5.6

This commit is contained in:
Ener-Getick 2016-07-14 23:58:31 +02:00
parent 6770e9e809
commit 41a9684e94
No known key found for this signature in database
GPG Key ID: 9E5D2DB67BF054DD
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
@ -20,7 +19,7 @@ branches:
matrix:
fast_finish: true
include:
- php: 5.5
- php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest"
before_install:

View File

@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/framework-bundle": "^3.2@dev",
"gossi/swagger": "^0.2"
},