Skip to content

Commit 8068e0a

Browse files
committed
Raise minimum required version to pass --prefer-lowest build
1 parent 8263fc3 commit 8068e0a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@
1414
"php": "^7.1 || ^8.0"
1515
},
1616
"require-dev": {
17-
"doctrine/collections": "^1.6",
18-
"doctrine/common": "^2.13",
19-
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
17+
"doctrine/collections": "^1.6.8",
18+
"doctrine/common": "^2.13.3",
19+
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
20+
},
21+
"conflict": {
22+
"doctrine/collections": "<1.6.8",
23+
"doctrine/common": "<2.13.3"
2024
},
2125
"autoload": {
2226
"psr-4": {

0 commit comments

Comments
 (0)