From 41a9684e94355a0aa2c9da7d085be392a4b7e501 Mon Sep 17 00:00:00 2001 From: Ener-Getick Date: Thu, 14 Jul 2016 23:58:31 +0200 Subject: [PATCH] Drop support of php 5.6 --- .travis.yml | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index deb7558..f40cc75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/composer.json b/composer.json index 6cba6c7..6ea2e92 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": ">=5.6", + "php": ">=7.0", "symfony/framework-bundle": "^3.2@dev", "gossi/swagger": "^0.2" },