diff --git a/composer.json b/composer.json index e3472fa282..7fe03ba398 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "glenscott/url-normalizer": "^1.4", "gravatarphp/gravatar": "dev-master#6b9f6a45477ce48285738d9d0c3f0dbf97abe263", "hamza221/html2text": "^1.0", - "jeremykendall/php-domain-parser": "^6.3", + "jeremykendall/php-domain-parser": "^6.3.1", "nextcloud/horde-managesieve": "^1.0", "nextcloud/horde-smtp": "^1.0.2", "nextcloud/kitinerary": "^1.0", diff --git a/composer.lock b/composer.lock index 2c6e3ec6bd..ff19a76150 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": "11edebcf71441362f30735547b4051e1", + "content-hash": "a7a7bdd23327268bce0f9d8b360cf822", "packages": [ { "name": "amphp/amp", @@ -1852,16 +1852,16 @@ }, { "name": "jeremykendall/php-domain-parser", - "version": "6.3.0", + "version": "6.3.1", "source": { "type": "git", "url": "https://github.com/jeremykendall/php-domain-parser.git", - "reference": "34c7177cf322771fc241b9dcc8eda89f41a0149c" + "reference": "aa1f9bf2617c9863f2286595403f7dbffe2786ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/34c7177cf322771fc241b9dcc8eda89f41a0149c", - "reference": "34c7177cf322771fc241b9dcc8eda89f41a0149c", + "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/aa1f9bf2617c9863f2286595403f7dbffe2786ea", + "reference": "aa1f9bf2617c9863f2286595403f7dbffe2786ea", "shasum": "" }, "require": { @@ -1871,16 +1871,16 @@ "php": "^8.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^v3.13.2", - "guzzlehttp/guzzle": "^7.5", - "guzzlehttp/psr7": "^1.6 || ^2.4.3", - "phpstan/phpstan": "^1.10.3", - "phpstan/phpstan-phpunit": "^1.3.8", - "phpstan/phpstan-strict-rules": "^1.5.0", - "phpunit/phpunit": "^10.0.12", - "psr/http-factory": "^1.0.1", + "friendsofphp/php-cs-fixer": "^3.53.0", + "guzzlehttp/guzzle": "^7.8.1", + "guzzlehttp/psr7": "^1.6 || ^2.6.2", + "phpstan/phpstan": "^1.10.66", + "phpstan/phpstan-phpunit": "^1.3.16", + "phpstan/phpstan-strict-rules": "^1.5.3", + "phpunit/phpunit": "^10.5.15 || ^11.1.1", + "psr/http-factory": "^1.0.2", "psr/simple-cache": "^1.0.1", - "symfony/cache": "^v5.0.0 || ^v6.0.0" + "symfony/cache": "^v5.0.0 || ^6.4.6" }, "suggest": { "league/uri": "To parse URL and validate host", @@ -1941,7 +1941,7 @@ "type": "github" } ], - "time": "2023-02-25T16:31:15+00:00" + "time": "2024-11-10T09:18:36+00:00" }, { "name": "nextcloud/horde-managesieve",