From 5ef2fedb878d6964606684b40df7d2cc5550dd42 Mon Sep 17 00:00:00 2001 From: ellynoize Date: Thu, 31 Jul 2025 16:23:02 +0300 Subject: [PATCH 1/2] doctrine version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6ed4ad..a1a4e2a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-json": "*", "jms/serializer": "3.*", "symfony/validator": "5.4.*|^6", - "doctrine/annotations": "^1", + "doctrine/annotations": "^1 || ^2", "guzzlehttp/guzzle": "7.*", "symfony/intl": "5.4.*|^6", "symfony/cache": "5.4.*|^6" From 57c5aa1ba40c8fe85df1ace73e8f67bc18172144 Mon Sep 17 00:00:00 2001 From: ellynoize Date: Thu, 31 Jul 2025 17:01:04 +0300 Subject: [PATCH 2/2] check method exist --- extra/autoloader.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/extra/autoloader.php b/extra/autoloader.php index 2852f72..b94bb5a 100644 --- a/extra/autoloader.php +++ b/extra/autoloader.php @@ -1,19 +1,20 @@