diff --git a/config/routes/dev/php_translation.yaml b/config/routes/dev/php_translation.yaml index f0e3975f..903b23fb 100644 --- a/config/routes/dev/php_translation.yaml +++ b/config/routes/dev/php_translation.yaml @@ -1,6 +1,6 @@ _translation_webui: - resource: "@TranslationBundle/Resources/config/routing_webui.yaml" - prefix: /admin - + resource: '@TranslationBundle/Resources/config/routing_webui.yaml' + prefix: /admin + _translation_profiler: resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml' diff --git a/symfony.lock b/symfony.lock index 4d9532e1..7191d4c3 100644 --- a/symfony.lock +++ b/symfony.lock @@ -304,18 +304,18 @@ "version": "1.7.1" }, "php-translation/symfony-bundle": { - "version": "0.10", + "version": "0.12", "recipe": { "repo": "github.com/symfony/recipes-contrib", "branch": "master", "version": "0.10", - "ref": "5c712c2758c3cccb964713f0061493b8ce2dd430" + "ref": "f3ca4e4da63897d177e58da78626c20648c0e102" }, "files": [ - "./config/packages/dev/php_translation.yaml", - "./config/packages/php_translation.yaml", - "./config/routes/dev/php_translation.yaml", - "./config/routes/php_translation.yaml" + "config/packages/dev/php_translation.yaml", + "config/packages/php_translation.yaml", + "config/routes/dev/php_translation.yaml", + "config/routes/php_translation.yaml" ] }, "php-translation/symfony-storage": {