From e4d11a2231f3e6b6dff1033d88b79106165afa61 Mon Sep 17 00:00:00 2001 From: b1ek Date: Wed, 21 Aug 2024 18:07:25 +1000 Subject: [PATCH] fix: commit missing dep --- composer.json | 3 ++- composer.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 59 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 467a2dd..dcb3860 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "yiisoft/yii2": "~2.0.45", "yiisoft/yii2-bootstrap5": "~2.0.2", "yiisoft/yii2-symfonymailer": "~2.0.3", - "yiithings/yii2-dotenv": "^1.1" + "yiithings/yii2-dotenv": "^1.1", + "anper/iuliia": "^1.2" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0", diff --git a/composer.lock b/composer.lock index 05edfaf..da3a617 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,64 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "63a71971a5e6c01233ab35accc25836c", + "content-hash": "178f60e2c261d5014e5d89ce798b23b9", "packages": [ + { + "name": "anper/iuliia", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/perevoshchikov/iuliia-php.git", + "reference": "bda7352dbd80254dc63d7a6bb612462923b2c52d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/perevoshchikov/iuliia-php/zipball/bda7352dbd80254dc63d7a6bb612462923b2c52d", + "reference": "bda7352dbd80254dc63d7a6bb612462923b2c52d", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": "^7.3||^8.0" + }, + "require-dev": { + "ext-json": "*", + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": "^7.0||^8.0||^9.0", + "squizlabs/php_codesniffer": "^3.6" + }, + "type": "library", + "autoload": { + "psr-4": { + "Anper\\Iuliia\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anton Perevoshchikov", + "email": "anper3.5@gmail.com" + } + ], + "description": "Transliterate Cyrillic → Latin in every possible way.", + "homepage": "https://github.com/perevoshchikov/iuliia-php", + "keywords": [ + "cyrillic", + "iuliia", + "latin", + "translate", + "translit", + "transliterate" + ], + "support": { + "issues": "https://github.com/perevoshchikov/iuliia-php/issues", + "source": "https://github.com/perevoshchikov/iuliia-php/tree/v1.2.0" + }, + "time": "2022-02-28T11:19:41+00:00" + }, { "name": "bower-asset/bootstrap", "version": "v5.2.3",