From 037ea1fc66ad24e09c871a30cbcd4e3d5f3f76a5 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Thu, 23 Jul 2026 23:46:19 +0200 Subject: [PATCH] Allow `doctrine/collections` v3 --- changelog/next-release.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog/next-release.md b/changelog/next-release.md index 6280bde..ea178bf 100644 --- a/changelog/next-release.md +++ b/changelog/next-release.md @@ -7,3 +7,7 @@ - `ProjectReference::setId()` now accepts `?string` - `ContractDocumentReference::setId()` now accepts `?string` - `InvoiceDocumentReference::setOriginalInvoiceId()` now accepts `?string` + +### Maintenance + +- Update dependency constraints to support Doctrine Collections 3.x diff --git a/composer.json b/composer.json index 691ceae..ece694b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^7.4 || ^8.0", "sabre/xml": "^4.0", "nesbot/carbon": "^2.72 || ^3.11", - "doctrine/collections": "^1.8 || ^2.0" + "doctrine/collections": "^1.8 || ^2.0 || ^3.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.7",