From c3f79fd7483a9d585dfc201a43acde7fe0ab7687 Mon Sep 17 00:00:00 2001 From: Marek Matulka Date: Wed, 9 Oct 2019 15:32:03 +0100 Subject: [PATCH 1/2] Add support for PHP 7.3 --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46f8f40..d26c840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php -php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, hhvm] +php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, hhvm] matrix: include: diff --git a/composer.json b/composer.json index 8e050d3..1ced8a9 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">5.3,<7.3" + "php": ">5.3,<7.4" }, "require-dev": { From ca50574cfab970244a4aada67c44a175388abb6e Mon Sep 17 00:00:00 2001 From: Marek Matulka Date: Thu, 10 Oct 2019 09:55:30 +0100 Subject: [PATCH 2/2] Remove support for unsupported php versions --- .travis.yml | 7 +------ composer.json | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index d26c840..6f1d7a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,6 @@ language: php -php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, hhvm] - -matrix: - include: - - php: 5.3 - dist: precise +php: [7.2, 7.3] branches: except: diff --git a/composer.json b/composer.json index 1ced8a9..7951349 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">5.3,<7.4" + "php": ">7.2,<7.4" }, "require-dev": {