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.