mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
25 lines
718 B
JSON
25 lines
718 B
JSON
{
|
|
"manifests": {
|
|
"ramsey/uuid-doctrine": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ramsey_uuid_doctrine.yaml": {
|
|
"contents": [
|
|
"doctrine:",
|
|
" dbal:",
|
|
" types:",
|
|
" uuid: 'Ramsey\\Uuid\\Doctrine\\UuidType'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "471aed0fbf5620b8d7f92b7a5ebbbf6c0945c27a"
|
|
}
|
|
}
|
|
}
|