From deb8d6567ab0ea9dbd3e04e6f14d29b24b0a5402 Mon Sep 17 00:00:00 2001 From: hkorik <4753855+hkorik@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:14:16 -0400 Subject: [PATCH] allow composer update 'doctrine/collections' greater 1.4.0 - php 8.0 compatibility. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index da40fa12..45d9d690 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "require": { "php": ">=5.4", "alchemy/zippy": "^0.3", - "doctrine/collections": "1.4.0", + "doctrine/collections": "^1.4.0", "kevinlebrun/colors.php": "^1.0", "michelf/php-markdown": "^1.6", "seld/jsonlint": "^1.0",