From 60d260452ce7b168b6a4720aba01b92351e41c58 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 4 Sep 2026 20:02:33 +0100 Subject: [PATCH] Update Domains dependency to 4.0 --- composer.json | 2 +- composer.lock | 30 ++++++++++++++---------------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 464aadb..c81422f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require": { "php": ">=8.5", "utopia-php/validators": "^0.6", - "utopia-php/domains": "^3.0" + "utopia-php/domains": "^4.0.0" }, "require-dev": { "laravel/pint": "1.25.*", diff --git a/composer.lock b/composer.lock index 14a9d98..53caa40 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": "74a53444ca63ca3166574733d7c01f6a", + "content-hash": "03ace79510c47d84f7814856ffd62335", "packages": [ { "name": "brick/math", @@ -1993,27 +1993,25 @@ }, { "name": "utopia-php/domains", - "version": "3.0.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/utopia-php/domains.git", - "reference": "ccab34eb8aa00bec953980388d0608595880928f" + "reference": "6029a55444bd32be85cd06c42576250ed88ac2e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/domains/zipball/ccab34eb8aa00bec953980388d0608595880928f", - "reference": "ccab34eb8aa00bec953980388d0608595880928f", + "url": "https://api.github.com/repos/utopia-php/domains/zipball/6029a55444bd32be85cd06c42576250ed88ac2e3", + "reference": "6029a55444bd32be85cd06c42576250ed88ac2e3", "shasum": "" }, "require": { - "php": ">=8.4", - "utopia-php/cache": "^4.0", - "utopia-php/validators": "0.*" - }, - "require-dev": { - "laravel/pint": "^1.18", - "phpstan/phpstan": "^1.12", - "phpunit/phpunit": "^9.3" + "ext-curl": "*", + "ext-mbstring": "*", + "ext-simplexml": "*", + "php": ">=8.5", + "utopia-php/cache": "^4.0 || ^5.0", + "utopia-php/validators": "^0.6" }, "type": "library", "autoload": { @@ -2035,7 +2033,7 @@ "email": "wess@appwrite.io" } ], - "description": "Utopia Domains library is simple and lite library for parsing web domains. This library is aiming to be as simple and easy to learn and use.", + "description": "Domain parsing and registrar adapters powered by the Public Suffix List", "keywords": [ "domains", "framework", @@ -2049,9 +2047,9 @@ ], "support": { "issues": "https://github.com/utopia-php/domains/issues", - "source": "https://github.com/utopia-php/domains/tree/3.0.0" + "source": "https://github.com/utopia-php/domains/tree/4.0.0" }, - "time": "2026-07-31T14:54:52+00:00" + "time": "2026-09-04T18:31:54+00:00" }, { "name": "utopia-php/pools",