Skip to content

Commit 5e1f34e

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: add minimum stability to allow the installation of unstable dependencies
2 parents 298e56a + d6e6084 commit 5e1f34e

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)