From 04a5692104934bf62136faf10aa5a963cb88bcf9 Mon Sep 17 00:00:00 2001 From: Jan Tvrdik Date: Sun, 20 Dec 2020 15:40:38 +0100 Subject: [PATCH] allow PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35f32b4..fc21dca 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.1", + "php": "^7.1 || ^8.0", "nette/application": "^3.0.3", "nette/utils": "^3.0" },