From 76a91ab437ef626a87e62afd50a81d191f81a46e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 3 Feb 2020 21:54:57 +0100 Subject: [PATCH] Update build matrix --- .travis.yml | 2 ++ composer.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc81dbc..578a88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ sudo: false language: php php: + - 7.0 + - 7.1 - 7.2 - 7.3 - 7.4 diff --git a/composer.json b/composer.json index a7c6d19..a7d59b9 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,9 @@ "email": "daniil@daniil.it" } ], - "require": {}, + "require": { + "php": ">=7.0" + }, "require-dev": { "phpunit/phpunit": "^8", "amphp/php-cs-fixer-config": "dev-master"