Browse Source

DX: Allow doctrine/annotations 2 (#6721)

Alexander M. Turek 2 years ago
parent
commit
cfcd143060
1 changed files with 3 additions and 2 deletions
  1. 3 2
      composer.json

+ 3 - 2
composer.json

@@ -19,7 +19,8 @@
         "ext-tokenizer": "*",
         "composer/semver": "^3.3",
         "composer/xdebug-handler": "^3.0.3",
-        "doctrine/annotations": "^1.14.2",
+        "doctrine/annotations": "^1.14.2 || ^2",
+        "doctrine/lexer": "^1 || ^2",
         "sebastian/diff": "^4.0",
         "symfony/console": "^5.4 || ^6.0",
         "symfony/event-dispatcher": "^5.4 || ^6.0",
@@ -45,7 +46,7 @@
         "phpunit/phpunit": "^9.5",
         "phpunitgoodpractices/polyfill": "^1.6",
         "phpunitgoodpractices/traits": "^1.9.2",
-        "symfony/phpunit-bridge": "^6.0",
+        "symfony/phpunit-bridge": "^6.2.3",
         "symfony/yaml": "^5.4 || ^6.0"
     },
     "suggest": {