From 3be217b053066a6a69a94b95963554d9fe0dcbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 27 Oct 2020 17:42:54 +0100 Subject: [PATCH] Trying to enable Travis PHP 7.3 again --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d1c08a..a8aa171 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - #- 7.3 + - 7.3 - 7.4 before_script: - composer self-update --2 diff --git a/composer.json b/composer.json index 0150fa6..a059c76 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpunit/phpunit": "^8.5.8", "squizlabs/php_codesniffer": "^2.9.2", "couscous/couscous": "^1.8", - "infection/infection": "^0.18.2" + "infection/infection": "^0.17.7 || ^1.18.2" }, "autoload": { "psr-4": {