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",