From 4e19562e38bbe98c7f1c9742e6f2a2c00f967a8a Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Thu, 2 Jan 2025 06:34:38 +0100 Subject: [PATCH] Adding rowbot/url in the suggest section of all the URI toolkit packages --- components/composer.json | 3 ++- composer.json | 2 +- interfaces/composer.json | 3 ++- uri/composer.json | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/composer.json b/components/composer.json index 59267157..f1de9a21 100644 --- a/components/composer.json +++ b/components/composer.json @@ -39,7 +39,8 @@ "ext-intl": "to handle IDN host with the best performance", "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", "php-64bit": "to improve IPV4 host parsing", - "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present", + "rowbot/url": "to handle WHATWG URL" }, "autoload": { "psr-4": { diff --git a/composer.json b/composer.json index 56892e23..f7ea897b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "laminas/laminas-diactoros": "^3.5.0", "nyholm/psr7": "^1.8.2", "phpbench/phpbench": "^1.3.1", - "phpstan/phpstan": "^1.12.13", + "phpstan/phpstan": "^1.12.14", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.2", "phpstan/phpstan-strict-rules": "^1.6.1", diff --git a/interfaces/composer.json b/interfaces/composer.json index 1e36a98a..dda3cd8f 100644 --- a/interfaces/composer.json +++ b/interfaces/composer.json @@ -52,7 +52,8 @@ "ext-gmp": "to improve IPV4 host parsing", "ext-intl": "to handle IDN host with the best performance", "php-64bit": "to improve IPV4 host parsing", - "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present", + "rowbot/url": "to handle WHATWG URL" }, "extra": { "branch-alias": { diff --git a/uri/composer.json b/uri/composer.json index d88b6343..11caadb4 100644 --- a/uri/composer.json +++ b/uri/composer.json @@ -64,7 +64,8 @@ "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", "league/uri-components" : "Needed to easily manipulate URI objects components", "php-64bit": "to improve IPV4 host parsing", - "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present", + "rowbot/url": "to handle WHATWG URL" }, "extra": { "branch-alias": {