From 84ed3ad1af203b4aadf29d0465cb4c2ce2025239 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Fri, 7 Jun 2019 10:30:21 +0200 Subject: [PATCH] Updated minimal PHP version to 7.3 --- .travis.yml | 3 --- composer.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4f192a..bd5fb5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,6 @@ cache: matrix: fast_finish: true include: - - name: 'Unit tests on PHP 7.1' - php: '7.1' - env: CMD='composer test' MYSQL_DATABASE_URL='mysql://root@localhost/testdb' - name: 'Unit tests on PHP 7.3' php: '7.3' env: CMD='composer test' MYSQL_DATABASE_URL='mysql://root@localhost/testdb' diff --git a/composer.json b/composer.json index 71e906c..2d557fa 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "ezplatform-bundle", "license": "GPL-2.0-only", "require": { - "php": "^7.1", + "php": "^7.3", "doctrine/dbal": "^2.9", "symfony/config": "^4.3", "symfony/dependency-injection": "^4.3",