diff --git a/composer.json b/composer.json index f094fcca..c722c8f2 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ ], "require": { "php": "^7.4 || ^8.0", + "doctrine/annotations": "^1.11", "nikic/php-parser": "^4.9 || ^5", "symfony/console": "^4.3 || ^5.4 || ^6.0 || ^7.0", "symfony/expression-language": "^4.3 || ^5.4 || ^6.0 || ^7.0", @@ -34,7 +35,6 @@ "psr/log": "^1.0 || ^2.0" }, "require-dev": { - "doctrine/annotations": "^1.11", "doctrine/coding-standard": "^8.2.1", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "nyholm/nsa": "^1.0.1",