From 7090e678efba15eb10c592c6671da16a6c1f4eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 6 Sep 2023 12:56:08 +0200 Subject: [PATCH] Upgrade recipes: doctrine/annotations --- config/routes/annotations.yaml | 7 +++++++ symfony.lock | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 config/routes/annotations.yaml diff --git a/config/routes/annotations.yaml b/config/routes/annotations.yaml new file mode 100644 index 0000000..e92efc5 --- /dev/null +++ b/config/routes/annotations.yaml @@ -0,0 +1,7 @@ +controllers: + resource: ../../src/Controller/ + type: annotation + +kernel: + resource: ../../src/Kernel.php + type: annotation diff --git a/symfony.lock b/symfony.lock index 70647cc..17a5e20 100644 --- a/symfony.lock +++ b/symfony.lock @@ -22,10 +22,12 @@ "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", - "version": "1.10", - "ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05" + "version": "1.0", + "ref": "a2759dd6123694c8d901d0ec80006e044c2e6457" }, - "files": [] + "files": [ + "config/routes/annotations.yaml" + ] }, "doctrine/cache": { "version": "1.10.2"