From 618cb5bf7830d90e670e8cd1fd114b06173ab374 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 24 Aug 2025 14:40:07 +0000 Subject: Bump Guzzle to 7.10.0 for PHP 8.5 compatibility. https://github.com/guzzle/guzzle/compare/7.9.2...7.10.0 --- vendor/guzzlehttp/psr7/src/Uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/guzzlehttp/psr7/src/Uri.php') diff --git a/vendor/guzzlehttp/psr7/src/Uri.php b/vendor/guzzlehttp/psr7/src/Uri.php index 481dfca94..a7cdfb003 100644 --- a/vendor/guzzlehttp/psr7/src/Uri.php +++ b/vendor/guzzlehttp/psr7/src/Uri.php @@ -107,7 +107,7 @@ class Uri implements UriInterface, \JsonSerializable { // If IPv6 $prefix = ''; - if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) { + if (preg_match('%^(.*://\[[0-9:a-fA-F]+\])(.*?)$%', $url, $matches)) { /** @var array{0:string, 1:string, 2:string} $matches */ $prefix = $matches[1]; $url = $matches[2]; -- cgit v1.2.3-54-g00ecf