Add support for PHP 7.3

This commit is contained in:
sephster
2018-12-06 23:46:28 +00:00
parent dc3181bbb0
commit faa350792a
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
install:
- composer update --no-interaction --prefer-dist $DEPENDENCIES

View File

@@ -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.