From be4c77fbcf93ca8c9e3dba28e2d4f35d34a8ec4a Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Sat, 25 Sep 2021 15:09:23 +0200 Subject: [PATCH] added polyfill-intl-icu as explicit dependency --- composer.json | 3 ++- composer.lock | 40 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 38ac8503..3f27fa0c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,8 @@ "symfony/intl": "^3.4.47|^4.4|^5.0", "khanamiryan/qrcode-detector-decoder": "^1.0.3", "kmukku/php-iso11649": "^1.5", - "endroid/qr-code": "^3.9.7" + "endroid/qr-code": "^3.9.7", + "symfony/polyfill-intl-icu": "^1.23" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0", diff --git a/composer.lock b/composer.lock index d78f546e..b77df709 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": "f5422d8038a637493d9cbbfd1401e9d8", + "content-hash": "005d8092e384b9b77bc2424b652e5366", "packages": [ { "name": "bacon/bacon-qr-code", @@ -414,29 +414,26 @@ }, { "name": "symfony/intl", - "version": "v5.2.7", + "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "6d40be5e4331041aa14add5633986d95667ae624" + "reference": "1af1675221f35dec23b13193873139338c784290" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/6d40be5e4331041aa14add5633986d95667ae624", - "reference": "6d40be5e4331041aa14add5633986d95667ae624", + "url": "https://api.github.com/repos/symfony/intl/zipball/1af1675221f35dec23b13193873139338c784290", + "reference": "1af1675221f35dec23b13193873139338c784290", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/filesystem": "^4.4|^5.0" }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, "type": "library", "autoload": { "psr-4": { @@ -445,6 +442,9 @@ "classmap": [ "Resources/stubs" ], + "files": [ + "Resources/functions.php" + ], "exclude-from-classmap": [ "/Tests/" ] @@ -482,7 +482,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.2.7" + "source": "https://github.com/symfony/intl/tree/v5.3.7" }, "funding": [ { @@ -498,7 +498,7 @@ "type": "tidelift" } ], - "time": "2021-04-24T14:39:13+00:00" + "time": "2021-08-09T09:00:11+00:00" }, { "name": "symfony/options-resolver", @@ -731,16 +731,16 @@ }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "af1842919c7e7364aaaa2798b29839e3ba168588" + "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/af1842919c7e7364aaaa2798b29839e3ba168588", - "reference": "af1842919c7e7364aaaa2798b29839e3ba168588", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda", + "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda", "shasum": "" }, "require": { @@ -752,7 +752,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -798,7 +798,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0" }, "funding": [ { @@ -814,7 +814,7 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-24T10:04:56+00:00" }, { "name": "symfony/polyfill-intl-normalizer", @@ -5374,5 +5374,5 @@ "php": "^7.4|^8.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }