From 99f4b9ed7680e61410ff7458190b4e28e43dd2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:10:02 +0000 Subject: [PATCH] build(deps): bump giggsey/libphonenumber-for-php-lite in /legacy Bumps [giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite) from 8.13.52 to 9.0.21. - [Release notes](https://github.com/giggsey/libphonenumber-for-php-lite/releases) - [Commits](https://github.com/giggsey/libphonenumber-for-php-lite/compare/8.13.52...9.0.21) --- updated-dependencies: - dependency-name: giggsey/libphonenumber-for-php-lite dependency-version: 9.0.21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- legacy/composer.json | 2 +- legacy/composer.lock | 47 ++++++++++++++++++++------------------------ 2 files changed, 22 insertions(+), 27 deletions(-) diff --git a/legacy/composer.json b/legacy/composer.json index 01e568ed..cdbdf88c 100644 --- a/legacy/composer.json +++ b/legacy/composer.json @@ -24,7 +24,7 @@ "symfony/polyfill-iconv": "^1.19", "padraic/humbug_get_contents": "dev-allow-php-8 as 1.1.3", "platformsh/oauth2": "^1@beta", - "giggsey/libphonenumber-for-php-lite": "^8.13", + "giggsey/libphonenumber-for-php-lite": "^9.0", "symfony/var-dumper": "^7.3" }, "repositories": [ diff --git a/legacy/composer.lock b/legacy/composer.lock index 6a5ee672..c5dcb0ca 100644 --- a/legacy/composer.lock +++ b/legacy/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": "22eb7daddf22918459b152dbe3f918d7", + "content-hash": "ddf4230a330f886a35b149dd3673c0f0", "packages": [ { "name": "cocur/slugify", @@ -252,16 +252,16 @@ }, { "name": "giggsey/libphonenumber-for-php-lite", - "version": "8.13.52", + "version": "9.0.21", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php-lite.git", - "reference": "9d48e4e112d4a24d46a5fb7c65d000ca3d3faac1" + "reference": "ab593d0ced185c149459d283a770d842662dd54e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/9d48e4e112d4a24d46a5fb7c65d000ca3d3faac1", - "reference": "9d48e4e112d4a24d46a5fb7c65d000ca3d3faac1", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/ab593d0ced185c149459d283a770d842662dd54e", + "reference": "ab593d0ced185c149459d283a770d842662dd54e", "shasum": "" }, "require": { @@ -273,18 +273,19 @@ }, "require-dev": { "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^3.12", - "infection/infection": "^0.28", - "pear/pear-core-minimal": "^1.10.11", - "pear/pear_exception": "^1.0.2", - "pear/versioncontrol_git": "^0.7", - "phing/phing": "^2.17.4", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-phpunit": "^1.2", - "phpunit/phpunit": "^10.5", - "symfony/console": "^6.0", - "symfony/var-exporter": "^6.0" + "friendsofphp/php-cs-fixer": "^3.71", + "infection/infection": "^0.29|^0.31.0", + "nette/php-generator": "^4.1", + "php-coveralls/php-coveralls": "^2.7", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan": "^2.1.7", + "phpstan/phpstan-deprecation-rules": "^2.0.1", + "phpstan/phpstan-phpunit": "^2.0.4", + "phpstan/phpstan-strict-rules": "^2.0.3", + "phpunit/phpunit": "^10.5.45", + "symfony/console": "^6.4", + "symfony/filesystem": "^6.4", + "symfony/process": "^6.4" }, "suggest": { "giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching" @@ -292,19 +293,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "9.x-dev" } }, "autoload": { "psr-4": { "libphonenumber\\": "src/" - }, - "exclude-from-classmap": [ - "/src/data/", - "/src/carrier/data/", - "/src/geocoding/data/", - "/src/timezone/data/" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -331,7 +326,7 @@ "issues": "https://github.com/giggsey/libphonenumber-for-php-lite/issues", "source": "https://github.com/giggsey/libphonenumber-for-php-lite" }, - "time": "2024-12-13T09:11:09+00:00" + "time": "2025-12-18T14:36:21+00:00" }, { "name": "guzzlehttp/guzzle",