From faa350792a6a80afa2394caecf100229d2892853 Mon Sep 17 00:00:00 2001 From: sephster Date: Thu, 6 Dec 2018 23:46:28 +0000 Subject: [PATCH] Add support for PHP 7.3 --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f900228a..ae8f640c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 install: - composer update --no-interaction --prefer-dist $DEPENDENCIES diff --git a/README.md b/README.md index 3d341d39..ced17ed8 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The following versions of PHP are supported: * PHP 7.0 * PHP 7.1 * PHP 7.2 +* PHP 7.3 The `openssl` extension is also required.