From 602462ae733200ae13d70a0041bc09020ffb3fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 26 Feb 2020 16:54:50 +0100 Subject: [PATCH] Require PHP 7.2+ --- .travis.yml | 6 ++---- composer.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78f3275..6e2a9b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,15 +10,13 @@ cache: - $HOME/.composer/cache/files php: - - 7.0 - - 7.1 - - 7.2 - 7.3 + - 7.4 matrix: fast_finish: true include: - - php: 7.0 + - php: 7.2 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" before_install: diff --git a/composer.json b/composer.json index 5230506..815079e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "test": "bin/asynit tests/" }, "require": { - "php": "^7.0", + "php": "^7.2", "amphp/artax": "^3.0.14", "amphp/sync": "^1.0", "bovigo/assert": "^5.0 || ^6.0",