From 15c5964c7662135a97f79588da57f3ef7717ea49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Kep=C3=A1k?= Date: Wed, 28 Dec 2022 12:00:52 +0100 Subject: [PATCH] Update composer.json Added PHP 8.2 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b62852..fc8576c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": ">=7.4 <8.2", + "php": ">=7.4 <8.3", "nette/di": "^3.0.7", "nette/utils": "^3.0", "monolog/monolog": "^2.7",