Skip to content

Commit b740618

Browse files
committed
Remove annotations
This broke during update and either required another dependency or removal. As this doesn't do much when running PHP8 its now removed.
1 parent 9b51f03 commit b740618

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

symfony.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
"dflydev/dot-access-data": {
2727
"version": "v3.0.1"
2828
},
29-
"doctrine/annotations": {
30-
"version": "2.0",
31-
"recipe": {
32-
"repo": "github.com/symfony/recipes",
33-
"branch": "main",
34-
"version": "1.10",
35-
"ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05"
36-
},
37-
"files": []
38-
},
3929
"doctrine/cache": {
4030
"version": "v1.8.0"
4131
},

webapp/config/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ framework:
44
esi: false
55
fragments: false
66
http_method_override: true
7-
annotations: true
7+
annotations: false
88
handle_all_throwables: true
99
serializer:
1010
enabled: true

0 commit comments

Comments
 (0)