Skip to content

Commit 6cb5f0e

Browse files
Conflict with fwb < 5.3 when@env
1 parent ea6ade9 commit 6cb5f0e

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

doctrine/doctrine-bundle/2.4/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
" - \"5432\""
4545
]
4646
}
47+
},
48+
"conflict": {
49+
"symfony/framework-bundle": "<5.3"
4750
}
4851
}

symfony/routing/5.3/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"copy-from-recipe": {
33
"config/": "%CONFIG_DIR%/"
44
},
5-
"aliases": ["router"]
5+
"aliases": ["router"],
6+
"conflict": {
7+
"symfony/framework-bundle": "<5.3"
8+
}
69
}

symfony/routing/6.0/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"copy-from-recipe": {
33
"config/": "%CONFIG_DIR%/"
44
},
5-
"aliases": ["router"]
5+
"aliases": ["router"],
6+
"conflict": {
7+
"symfony/framework-bundle": "<5.3"
8+
}
69
}

symfony/security-bundle/5.3/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/"
77
},
8-
"aliases": ["security"]
8+
"aliases": ["security"],
9+
"conflict": {
10+
"symfony/framework-bundle": "<5.3"
11+
}
912
}

symfony/twig-bundle/5.3/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
77
"templates/": "templates/"
8+
},
9+
"conflict": {
10+
"symfony/framework-bundle": "<5.3"
811
}
912
}

symfony/twig-bundle/5.4/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/",
77
"templates/": "templates/"
8+
},
9+
"conflict": {
10+
"symfony/framework-bundle": "<5.3"
811
}
912
}

0 commit comments

Comments
 (0)