Skip to content

Commit d6e6084

Browse files
committed
minor #60566 [ObjectMapper] add minimum stability to allow the installation of unstable dependencies (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [ObjectMapper] add minimum stability to allow the installation of unstable dependencies | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT [fixes the high deps job](https://github.com/symfony/symfony/actions/runs/15269874524/job/42942748725#step:9:79) for the ObjectMapper component Commits ------- 1575ada add minimum stability to allow the installation of unstable dependencies
2 parents 61c36bc + 1575ada commit d6e6084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/ObjectMapper/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
},
3333
"conflict": {
3434
"symfony/property-access": "<7.2"
35-
}
35+
},
36+
"minimum-stability": "dev"
3637
}

0 commit comments

Comments
 (0)