Skip to content

Commit

Permalink
Allow doctrine/annotations v2
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Jun 20, 2023
1 parent 823fd29 commit 72f4477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=8.1",
"doctrine/annotations": "^1.13",
"doctrine/annotations": "^1.13 || ^2",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/orm": "^2.8",
"symfony/config": "^5.4 || ^6.2",
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Configuration implements ConfigurationInterface
* {@inheritdoc}
*
* @psalm-suppress PossiblyNullReference
* @psalm-suppress PossiblyUndefinedMethod
* @psalm-suppress UndefinedMethod
*/
public function getConfigTreeBuilder(): TreeBuilder
{
Expand Down

0 comments on commit 72f4477

Please sign in to comment.