From ed76d756583d509b370fd58a9416519942b872cc 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:58:37 +0100
Subject: [PATCH] allow php8

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 5e53bb6..715bc3c 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
 	"description": "Multiple DI containers support for Nette DI",
 	"type": "library",
 	"require": {
-		"php": "~7.1",
+		"php": "~7.1 || ^8.0",
 		"nette/di": "~3.0",
 		"nette/bootstrap": "~3.0"
 	},
-- 
GitLab