From 658d9d19ae69844f8455a6247a69d24d2ba89367 Mon Sep 17 00:00:00 2001 From: James King Date: Mon, 24 May 2021 12:18:58 +0100 Subject: [PATCH] Allow installs on PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ccfc5c..eb701d3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://github.com/Kdyby/DoctrineCollectionsReadonly/issues" }, "require": { - "php": "^5.6 || ^7.0", + "php": "^5.6 || ^7.0 || ^8.0", "doctrine/collections": "~1.1" }, "require-dev": {