From f16a91ecab8bb9e28ebb76ccbf573bf2a47b6ead Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Mon, 29 Jul 2024 23:05:53 +0900 Subject: [PATCH] Permit Annotations 2 (#18) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2959d0f..f5d147c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "doctrine/annotations": "^1.14", + "doctrine/annotations": "^1.14 || ^2.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", "jms/serializer": "^3.9", "sanmai/json-serializer": "^0.1.1 || ^0.2.4",