diff --git a/composer.json b/composer.json index e9b0cebd4d..a4e5fdc57b 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,7 @@ "utopia-php/database": "dev-feat-authorization-instance as 3.0.2", "utopia-php/detector": "0.2.*", "utopia-php/domains": "0.9.*", + "utopia-php/emails": "0.6.*", "utopia-php/dns": "0.3.*", "utopia-php/dsn": "0.2.1", "utopia-php/framework": "0.33.*", diff --git a/composer.lock b/composer.lock index 10664cac37..9c732c33ee 100644 --- a/composer.lock +++ b/composer.lock @@ -4106,6 +4106,66 @@ }, "time": "2024-05-07T02:01:25+00:00" }, + { + "name": "utopia-php/emails", + "version": "0.6.1", + "source": { + "type": "git", + "url": "https://github.com/utopia-php/emails.git", + "reference": "0de8896f369b6aa1f14df338645048f95a8439e3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/utopia-php/emails/zipball/0de8896f369b6aa1f14df338645048f95a8439e3", + "reference": "0de8896f369b6aa1f14df338645048f95a8439e3", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "utopia-php/cli": "^0.15", + "utopia-php/domains": "^0.9", + "utopia-php/fetch": "^0.4", + "utopia-php/validators": "^0.0.1" + }, + "require-dev": { + "laravel/pint": "1.25.*", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Utopia\\Emails\\": "src/Emails" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eldad Fux", + "email": "eldad@appwrite.io" + } + ], + "description": "Utopia Emails library is simple and lite library for parsing and validating email addresses. This library is aiming to be as simple and easy to learn and use.", + "keywords": [ + "RFC5322", + "email", + "emails", + "framework", + "parsing", + "php", + "upf", + "utopia", + "validation" + ], + "support": { + "issues": "https://github.com/utopia-php/emails/issues", + "source": "https://github.com/utopia-php/emails/tree/0.6.1" + }, + "time": "2025-10-28T07:29:58+00:00" + }, { "name": "utopia-php/fetch", "version": "0.4.2", @@ -5049,16 +5109,16 @@ }, { "name": "utopia-php/validators", - "version": "0.0.2", + "version": "0.0.1", "source": { "type": "git", "url": "https://github.com/utopia-php/validators.git", - "reference": "894210695c5d35fa248fb65f7fe7237b6ff4fb0b" + "reference": "69d1afa5df2f052535764520609e91b491708db2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/validators/zipball/894210695c5d35fa248fb65f7fe7237b6ff4fb0b", - "reference": "894210695c5d35fa248fb65f7fe7237b6ff4fb0b", + "url": "https://api.github.com/repos/utopia-php/validators/zipball/69d1afa5df2f052535764520609e91b491708db2", + "reference": "69d1afa5df2f052535764520609e91b491708db2", "shasum": "" }, "require": { @@ -5089,9 +5149,9 @@ ], "support": { "issues": "https://github.com/utopia-php/validators/issues", - "source": "https://github.com/utopia-php/validators/tree/0.0.2" + "source": "https://github.com/utopia-php/validators/tree/0.0.1" }, - "time": "2025-10-20T21:52:28+00:00" + "time": "2025-10-20T15:08:50+00:00" }, { "name": "utopia-php/vcs",