From eb8ca936149e952c60d73a9e887c3e0989f2b0d1 Mon Sep 17 00:00:00 2001 From: Kevin Appelt Date: Thu, 17 Jan 2019 11:25:13 +0100 Subject: [PATCH] [TASK] Add support for PHP 7.3 --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9d30aa..a756733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 addons: apt: diff --git a/composer.json b/composer.json index f40a9e6..4907ac5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "php": ">=7.0 <7.3", + "php": ">=7.0 <7.4", "composer-plugin-api": "^1.0", "symfony/dotenv": "^3.3.0 || ^4.0" },