Skip to content

Commit f8c2172

Browse files
authored
fix(state): correct composer "conflicts" key to "conflict" (#8400)
1 parent af57ec6 commit f8c2172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/State/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"symfony/web-link": "^7.4 || ^8.0",
4646
"willdurand/negotiation": "^3.1"
4747
},
48-
"conflicts": {
48+
"conflict": {
4949
"symfony/object-mapper": "<7.3.4"
5050
},
5151
"autoload": {

0 commit comments

Comments
 (0)