From d84929b4ecf63855daeaf3a134a39ec292a8ca4f Mon Sep 17 00:00:00 2001 From: Rinsvent Date: Sat, 2 Apr 2022 14:00:06 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D1=82=D0=BD=D1=83=D1=8E=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B4=D0=BB=D1=8F=20=D1=81=D1=82=D0=B0=D0=B1=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D0=B8=20=D1=81=D0=B8=D0=BC=D1=84=D0=BE=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e93db2f..774f0ee 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "symfony/string": "^5.3", "rinsvent/attribute-extractor": "^0.0", "rinsvent/transformer": "^0.0", - "symfony/property-access": "^6.0" + "symfony/property-access": "^5.4|^6.0" }, "require-dev": { "codeception/codeception": "^4.1",