Move UID configuration to a dedicated recipe (#1149)

This commit is contained in:
Alexander M. Turek
2022-11-21 10:21:20 +01:00
committed by GitHub
parent f65e09cf8f
commit 40cb22763e
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<6.2"
}
}