Merge pull request #208 from mandclu-acquia/master

Allow use of latest doctrine/collections
This commit is contained in:
Shaun 2023-09-26 16:28:25 -04:00 committed by GitHub
commit 06cf50dc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
],
"require": {
"php": "^7.2||^8.0",
"doctrine/collections": "~1.6"
"doctrine/collections": "~1.6||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.16",