From 851105c8abff83eb9ebe4ad8f08a2ccc851b2ee5 Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Wed, 28 Jul 2021 12:59:00 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20at?= =?UTF-8?q?tribute=20extractor?= 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 0060158..9d4f33f 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ "ext-json": "*", "jms/serializer": "^3.13", "symfony/validator": "^5.3", - "symfony/cache": "^5.3" + "symfony/cache": "^5.3", + "rinsvent/attribute-extractor": "^0.0.1" }, "require-dev": { "codeception/codeception": "^4.1", diff --git a/composer.lock b/composer.lock index 9d83692..2c366ab 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": "ebb07a3c4ca215e5d28ff500c581294b", + "content-hash": "8bebb837cbbc196ec3ac49c24e16dc37", "packages": [ { "name": "doctrine/annotations", @@ -580,6 +580,45 @@ }, "time": "2021-05-03T11:20:27+00:00" }, + { + "name": "rinsvent/attribute-extractor", + "version": "v0.0.1", + "source": { + "type": "git", + "url": "https://github.com/Rinsvent/attribute-extractor.git", + "reference": "f63bcb263ff17ed03bcaa87ab4b5c50e246d842e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Rinsvent/attribute-extractor/zipball/f63bcb263ff17ed03bcaa87ab4b5c50e246d842e", + "reference": "f63bcb263ff17ed03bcaa87ab4b5c50e246d842e", + "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.1" + }, + "time": "2021-07-27T16:37:22+00:00" + }, { "name": "symfony/cache", "version": "v5.3.3",