From 134dfa2f8741a51139be5d157a811cc3003f0509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81re=CC=81my=20Marodon?= Date: Thu, 23 Jul 2020 11:17:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrade=20PHP=20depende?= =?UTF-8?q?ncy=20to=20support=20PHP8=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d3995ed..68eeec4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ php: - 7.1 - 7.2 - 7.3 - - 7.4snapshot + - 7.4 - master matrix: diff --git a/composer.json b/composer.json index e7d57ffc..0d539ce6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "license": "MIT", "require": { - "php": "~7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "consistence/coding-standard": "^3.5",