Skip to content

Commit 56ddb0f

Browse files
committed
[Config][FrameworkBundle] Hint to use PHP 8+ or to install Annotations to use attributes/annots
1 parent 31fba55 commit 56ddb0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"symfony/http-foundation": "For using a Symfony Request object",
3939
"symfony/config": "For using the all-in-one router or any loader",
4040
"symfony/yaml": "For using the YAML loader",
41-
"symfony/expression-language": "For using expression matching",
42-
"doctrine/annotations": "For using the annotation loader"
41+
"symfony/expression-language": "For using expression matching"
4342
},
4443
"autoload": {
4544
"psr-4": { "Symfony\\Component\\Routing\\": "" },

0 commit comments

Comments
 (0)