From cd95510fce15f24839fe15d07036d5c3ab92a9b1 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Mon, 9 Jan 2023 23:35:29 +0100 Subject: [PATCH] Release 1.0.1 --- composer.json | 2 +- composer.lock | 27 ++++++++++++++------------- src/PHPUnuhi.php | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 3e94a30a..191b9501 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "boxblinkracer/phpunuhi", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "description": "Easy tool to work with translation files for validation, exports, imports and more.", "homepage": "https://github.com/boxblinkracer/phpunuhi", diff --git a/composer.lock b/composer.lock index 106000b4..1e7758a4 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": "545b1add9b6c2e26126dceea24e05bcb", + "content-hash": "2c7d48626bc4a73a5c686edd18c57cee", "packages": [ { "name": "deeplcom/deepl-php", @@ -357,16 +357,16 @@ }, { "name": "google/gax", - "version": "v1.18.1", + "version": "v1.18.2", "source": { "type": "git", "url": "https://github.com/googleapis/gax-php.git", - "reference": "45e01473b7215d593a58a72c89225f110e9d2ce0" + "reference": "d5edcc7ee262f70869469af65a86ddd7f8bbdfe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/gax-php/zipball/45e01473b7215d593a58a72c89225f110e9d2ce0", - "reference": "45e01473b7215d593a58a72c89225f110e9d2ce0", + "url": "https://api.github.com/repos/googleapis/gax-php/zipball/d5edcc7ee262f70869469af65a86ddd7f8bbdfe8", + "reference": "d5edcc7ee262f70869469af65a86ddd7f8bbdfe8", "shasum": "" }, "require": { @@ -407,9 +407,9 @@ ], "support": { "issues": "https://github.com/googleapis/gax-php/issues", - "source": "https://github.com/googleapis/gax-php/tree/v1.18.1" + "source": "https://github.com/googleapis/gax-php/tree/v1.18.2" }, - "time": "2022-12-06T22:02:34+00:00" + "time": "2023-01-09T19:04:41+00:00" }, { "name": "google/grpc-gcp", @@ -3144,16 +3144,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.7", + "version": "1.9.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f" + "reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0501435cd342eac7664bd62155b1ef907fc60b6f", - "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/45411d15bf85a33b4a8ee9b75a6e82998c9adb97", + "reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97", "shasum": "" }, "require": { @@ -3183,7 +3183,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.7" + "source": "https://github.com/phpstan/phpstan/tree/1.9.8" }, "funding": [ { @@ -3199,7 +3199,7 @@ "type": "tidelift" } ], - "time": "2023-01-04T21:59:57+00:00" + "time": "2023-01-08T21:26:18+00:00" }, { "name": "phpunit/php-code-coverage", @@ -5062,6 +5062,7 @@ "php": ">=7.2", "ext-curl": "*", "ext-json": "*", + "ext-intl": "*", "ext-simplexml": "*" }, "platform-dev": [], diff --git a/src/PHPUnuhi.php b/src/PHPUnuhi.php index 545a0fa4..4b241283 100644 --- a/src/PHPUnuhi.php +++ b/src/PHPUnuhi.php @@ -8,6 +8,6 @@ class PHPUnuhi /** * */ - public const VERSION = "1.0.0"; + public const VERSION = "1.0.1"; }