From a0ce8c6b790b5a0e161036b5fdbaa75b7aba8fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hub=C3=ADk?= Date: Thu, 15 Dec 2022 11:33:11 +0100 Subject: [PATCH] Support for PHP 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 985c324..c56a518 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ } ], "require": { - "php": "~7.0", + "php": "^7.0 || ^8.0", "ext-json": "*", "ext-mbstring": "*", - "consistence/consistence": "~1.0|~2.0", + "consistence-community/consistence": "~1.0|~2.0", "nette/utils": ">=2.2" }, "suggest": {