From abb546d0995f92995dcc4f0eb9053d48d9359655 Mon Sep 17 00:00:00 2001 From: Prem Palanisamy Date: Mon, 2 Feb 2026 11:00:20 +0000 Subject: [PATCH] chore: replace dev dependencies with stable versions --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9dc359a102..f8210902ad 100644 --- a/composer.json +++ b/composer.json @@ -45,9 +45,9 @@ "ext-sockets": "*", "appwrite/php-runtimes": "0.19.*", "appwrite/php-clamav": "2.0.*", - "utopia-php/abuse": "dev-chore-upgrade-database-5", + "utopia-php/abuse": "1.2.*", "utopia-php/analytics": "0.10.*", - "utopia-php/audit": "dev-chore-upgrade-database-5", + "utopia-php/audit": "2.2.*", "utopia-php/auth": "0.5.*", "utopia-php/cache": "1.0.*", "utopia-php/cli": "0.15.*", @@ -55,8 +55,8 @@ "utopia-php/database": "5.*", "utopia-php/detector": "0.2.*", "utopia-php/domains": "1.*", - "utopia-php/emails": "dev-chore-upgrade-domains-1", - "utopia-php/dns": "dev-chore-upgrade-domains-1", + "utopia-php/emails": "0.6.*", + "utopia-php/dns": "1.5.*", "utopia-php/dsn": "0.2.1", "utopia-php/framework": "0.33.*", "utopia-php/fetch": "0.5.*", @@ -64,7 +64,7 @@ "utopia-php/locale": "0.8.*", "utopia-php/logger": "0.6.*", "utopia-php/messaging": "0.20.*", - "utopia-php/migration": "dev-chore-upgrade-database-5", + "utopia-php/migration": "1.5.*", "utopia-php/orchestration": "0.9.*", "utopia-php/platform": "0.7.*", "utopia-php/pools": "1.*",