From d01c1c846900be14699e3220c61bd072be5f1c43 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 3 Dec 2025 11:58:49 +0200 Subject: [PATCH] update php-cidr-match --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a405983d1b..b16546983c 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "chillerlan/php-qrcode": "^4.4", "ext-ctype": "*", "lasserafn/php-initial-avatar-generator": "^4.4", - "tholu/php-cidr-match": "^0.4", + "tholu/php-cidr-match": "^0.5", "league/oauth2-client": "^2.8", "symfony/mailer": "^6", "league/html-to-markdown": "^5.1", diff --git a/composer.lock b/composer.lock index 1c67f7d722..b54c011128 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": "c5bf42f8f172ef06043e93d845ca1241", + "content-hash": "52f5655442ca7d4347abe7471431fe2c", "packages": [ { "name": "async-aws/core", @@ -7701,16 +7701,16 @@ }, { "name": "tholu/php-cidr-match", - "version": "0.4", + "version": "0.5", "source": { "type": "git", "url": "https://github.com/tholu/php-cidr-match.git", - "reference": "50fadb1e43d865167b3ca705fbdbfff87ea5ab96" + "reference": "a0e95f8dfc4e7e8a3456be939a5125e3ccce0e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tholu/php-cidr-match/zipball/50fadb1e43d865167b3ca705fbdbfff87ea5ab96", - "reference": "50fadb1e43d865167b3ca705fbdbfff87ea5ab96", + "url": "https://api.github.com/repos/tholu/php-cidr-match/zipball/a0e95f8dfc4e7e8a3456be939a5125e3ccce0e59", + "reference": "a0e95f8dfc4e7e8a3456be939a5125e3ccce0e59", "shasum": "" }, "require": { @@ -7748,9 +7748,9 @@ ], "support": { "issues": "https://github.com/tholu/php-cidr-match/issues", - "source": "https://github.com/tholu/php-cidr-match/tree/0.4" + "source": "https://github.com/tholu/php-cidr-match/tree/0.5" }, - "time": "2022-05-11T06:48:12+00:00" + "time": "2024-08-06T15:53:04+00:00" }, { "name": "webmozart/assert",