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"