mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
* [api-platform/core] prevent a deprecation warning and sync with upstream * update post install
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"bundles": {
|
|
"ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
}
|