Skip to content

Commit

Permalink
chore(composer): remove not more needed doctrine/annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnoig committed May 31, 2024
1 parent 1ad0c56 commit 30df470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"ext-libxml": "*",
"beberlei/assert": "@stable",
"jms/serializer": "^3.30.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"doctrine/annotations": "^2.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"suggest": {
"symfony/routing": "If you want to use SelfAwareProfileRequestHandler"
Expand Down
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
__DIR__.'/src',
__DIR__.'/tests',
])
// uncomment to reach your current PHP version
->withSets([
JMSSetList::ANNOTATIONS_TO_ATTRIBUTES,
SetList::TYPE_DECLARATION,
Expand Down

0 comments on commit 30df470

Please sign in to comment.