From 8cc83a94163745ecf659c44146c7febab9217f4e Mon Sep 17 00:00:00 2001 From: Eugene Kosogin Date: Sat, 10 Apr 2021 19:11:16 +0300 Subject: [PATCH] Added php-8 support, dropped unsupported php-7.2 --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9054ad2..e6ff011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 7.2 - 7.3 - 7.4 + - 8.0 before_script: - composer install --no-interaction diff --git a/composer.json b/composer.json index 023f9eb..f34a128 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.3 || ^8.0", "guzzlehttp/guzzle": "^6.3|^7.0", "eightpoints/guzzle-bundle": "^7.6|^8.0", "caseyamcl/guzzle_retry_middleware": "^2.2",