From 62288167f038b57282ff08cdded57af39ef805e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Mon, 4 Jan 2021 16:14:20 +0100 Subject: [PATCH] composer: allow PHP8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30582c5..2d2a74c 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Adds support for suppressed exceptions as known in Java. https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions", "type": "library", "require": { - "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0" + "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0" }, "scripts": { "verify": [ -- GitLab