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 language: php
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- hhvm - hhvm
@ -20,7 +19,7 @@ branches:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.5 - php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest" env: COMPOSER_FLAGS="--prefer-lowest"
before_install: before_install:

View File

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