From 5ece49e3308b7a93147814ab865fe33bdf751798 Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Tue, 10 Aug 2021 12:59:27 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5aacdf5..8182b8c 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ Data2dto ## Установка ```php -composer require rinsvent-data2dto +composer require rinsvent/data2dto ``` ## Пример diff --git a/composer.json b/composer.json index bc38e85..9f3d4e5 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-iconv": "*", "ext-json": "*", "symfony/string": "^5.3", - "rinsvent/attribute-extractor": "^0.0.3" + "rinsvent/attribute-extractor": "^0.0" }, "require-dev": { "codeception/codeception": "^4.1",