remove lo longer needed conflict rule (#1473)

This commit is contained in:
Christian Flothmann
2025-11-10 09:35:37 +01:00
committed by GitHub
parent 49cb95ce00
commit 01ca1ef472

View File

@@ -5,8 +5,5 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["security"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
"aliases": ["security"]
}