Skip to content

Commit

Permalink
Merge pull request #208 from mandclu-acquia/master
Browse files Browse the repository at this point in the history
Allow use of latest doctrine/collections
  • Loading branch information
simshaun authored Sep 26, 2023
2 parents 5e736ab + c9f64b1 commit 06cf50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 06cf50d

Please sign in to comment.