From 1f17759e2051beb56c062552dbb391ac63a27787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pudil?= Date: Fri, 21 Aug 2020 14:38:23 +0200 Subject: [PATCH] Support PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f95c775..98d3a43 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.2", + "php": ">=7.2", "nette/di": "^3.0", "symfony/cache": "^5.0", "symfony/config": "^5.0",