From 2818cc99e657718667a16dbcd6c910f73d842647 Mon Sep 17 00:00:00 2001 From: Julien Mercier-Rojas Date: Thu, 10 Dec 2020 22:21:12 +0100 Subject: [PATCH 1/3] Add php8.0 to travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6de78cf..937b297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - '7.2' - '7.3' - '7.4' + - '8.0' before_script: - travis_retry composer self-update From b903307a4ef36c3f8c1e78461313cb81c1a7a33d Mon Sep 17 00:00:00 2001 From: Julien Mercier-Rojas Date: Thu, 10 Dec 2020 22:27:22 +0100 Subject: [PATCH 2/3] Update deps --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 14990cd..2a4fb8b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "autoload": { "psr-4": { @@ -19,10 +19,10 @@ } }, "require-dev": { - "vimeo/psalm": "^3.11", + "vimeo/psalm": "^4.3", "squizlabs/php_codesniffer": "^3.5", "phpmd/phpmd": "^2.8", - "phpro/grumphp": "^0.19.0" + "phpro/grumphp": "^1.2.0" }, "suggest": { "vimeo/psalm": "Using psalm with this 'contract' will enable immutability and strong typing verification" From bb3b768a7e16fbc30c1063cf2a27329e9acf5433 Mon Sep 17 00:00:00 2001 From: Julien Mercier-Rojas Date: Thu, 10 Dec 2020 22:32:15 +0100 Subject: [PATCH 3/3] Remove php 7.2 as available version --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 937b297..75c8782 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - '7.2' - '7.3' - '7.4' - '8.0' diff --git a/composer.json b/composer.json index 2a4fb8b..735468b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.2 || ^8.0" + "php": "^7.3 || ^8.0" }, "autoload": { "psr-4": {