From 6d9318bc1a12144315d1bd7619f3d75ae16b4399 Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Mon, 31 May 2021 11:58:56 -0400 Subject: [PATCH] Bumped min PHP to 7.3 --- .travis.yml | 6 ------ composer.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ddd338..5e4968e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,6 @@ env: matrix: fast_finish: true include: - - php: 7.2 - env: - - DEPS=lowest - - php: 7.2 - env: - - DEPS=latest - php: 7.3 env: - DEPS=lowest diff --git a/composer.json b/composer.json index 0acd1f8..6a6216f 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ } }, "require": { - "php": "^7.2", + "php": "^7.3", "laminas/laminas-eventmanager": "^2.6.4 || ^3.2.1", "laminas/laminas-http": "^2.10", "laminas/laminas-mvc": "^2.7.15 || ^3.1.1",