From 8d5640cf4e4636c2639eacf7d4084cc7da2c361c Mon Sep 17 00:00:00 2001 From: Rinsvent Date: Wed, 28 Jul 2021 23:04:58 +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=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20?= =?UTF-8?q?=D0=B0=D1=82=D1=80=D0=B8=D0=B1=D1=83=D1=82=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- composer.lock | 41 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9ada841..013f927 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ "jms/serializer": "^3.13", "symfony/validator": "^5.3", "symfony/cache": "^5.3", - "symfony/string": "^5.3" + "symfony/string": "^5.3", + "rinsvent/attribute-extractor": "^0.0.2" }, "require-dev": { "codeception/codeception": "^4.1", diff --git a/composer.lock b/composer.lock index ef82352..0da6926 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "72e1ad26da8a0e774d935c357e8229cc", + "content-hash": "6f29c92495f5e5045ad725f6a287b947", "packages": [ { "name": "doctrine/annotations", @@ -580,6 +580,45 @@ }, "time": "2021-05-03T11:20:27+00:00" }, + { + "name": "rinsvent/attribute-extractor", + "version": "v0.0.2", + "source": { + "type": "git", + "url": "https://github.com/Rinsvent/attribute-extractor.git", + "reference": "081b9f18c2fa4305e8acbe63fff873ae59928c9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Rinsvent/attribute-extractor/zipball/081b9f18c2fa4305e8acbe63fff873ae59928c9d", + "reference": "081b9f18c2fa4305e8acbe63fff873ae59928c9d", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "codeception/codeception": "^4.1", + "codeception/module-asserts": "^1.0.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "tests\\": "tests/", + "Rinsvent\\AttributeExtractor\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHP 8 attribute extractor", + "support": { + "issues": "https://github.com/Rinsvent/attribute-extractor/issues", + "source": "https://github.com/Rinsvent/attribute-extractor/tree/v0.0.2" + }, + "time": "2021-07-28T13:37:17+00:00" + }, { "name": "symfony/cache", "version": "v5.3.3",