From b8e3f7ddc2b5c05de4eb88abb38c47c8bd98a5e2 Mon Sep 17 00:00:00 2001 From: Gabeta Soro Date: Sat, 26 Dec 2020 11:15:47 +0000 Subject: [PATCH] wip --- .travis.yml | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98371d1..02ad7a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,13 @@ language: php # Versions of PHP you want your project run with. php: - - 7.2 - 7.3 - 7.4 # Commands to be run before your environment runs. before_script: - composer self-update - - composer install + - composer install --prefer-source --no-interaction --dev # Commands you want to run that will verify your build. script: phpunit diff --git a/composer.json b/composer.json index 3d64547..32119b9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } }, "require": { - "php" : ">=7" + "php" : ">=7.2" }, "require-dev": { "phpunit/phpunit": "^9.5"