Skip to content

Commit 99ce7f8

Browse files
authored
ci: prefer-lowest to avoid bumping inter components dependencies (#7169)
1 parent 596b1d3 commit 99ce7f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"extra": {
5757
"branch-alias": {
5858
"dev-main": "4.2.x-dev",
59-
"dev-3.4": "3.4.x-dev"
59+
"dev-3.4": "3.4.x-dev",
60+
"dev-4.1": "4.1.x-dev"
6061
},
6162
"symfony": {
6263
"require": "^6.4 || ^7.0"
@@ -74,5 +75,6 @@
7475
"type": "vcs",
7576
"url": "https://github.com/soyuka/phpunit"
7677
}
77-
]
78+
],
79+
"version": "4.1.12"
7880
}

0 commit comments

Comments
 (0)