Add mediamonks/rest-api-bundle (#105)

This commit is contained in:
Robert Slootjes
2017-10-20 22:39:00 +02:00
committed by Symfony
parent fc02fcf66d
commit a3400b857d
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
mediamonks_rest_api:
request_matcher:
path: /api

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"MediaMonks\\RestApiBundle\\MediaMonksRestApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}