Compare commits

...
Author SHA1 Message Date
ArnabChatterjee20k 5405ecab36 updated db 2026-03-18 20:28:18 +05:30
ArnabChatterjee20k f02a36f998 revert db 2026-03-18 19:49:00 +05:30
2 changed files with 17 additions and 53 deletions
+1 -7
View File
@@ -61,7 +61,7 @@
"utopia-php/compression": "0.1.*",
"utopia-php/config": "1.*",
"utopia-php/console": "0.1.*",
"utopia-php/database": "dev-fix-collection-recreate as 5.3.15",
"utopia-php/database": "dev-fix-tenant as 5.3.16",
"utopia-php/detector": "0.2.*",
"utopia-php/domains": "1.*",
"utopia-php/emails": "0.6.*",
@@ -97,12 +97,6 @@
"enshrined/svg-sanitize": "0.22.*",
"utopia-php/di": "0.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/database"
}
],
"require-dev": {
"ext-fileinfo": "*",
"appwrite/sdk-generator": "*",
Generated
+16 -46
View File
@@ -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": "13579de3d747c541fdcce4f709df8e57",
"content-hash": "59ca0c8657cbf20b293283e7de83cb02",
"packages": [
{
"name": "adhocore/jwt",
@@ -3850,16 +3850,16 @@
},
{
"name": "utopia-php/database",
"version": "dev-fix-collection-recreate",
"version": "dev-fix-tenant",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "5208630969dfdfbe8eda9c34c6b28ce711ece7c4"
"reference": "daa6bacaba6494376de9e7aa15603a0bbfad2812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/5208630969dfdfbe8eda9c34c6b28ce711ece7c4",
"reference": "5208630969dfdfbe8eda9c34c6b28ce711ece7c4",
"url": "https://api.github.com/repos/utopia-php/database/zipball/daa6bacaba6494376de9e7aa15603a0bbfad2812",
"reference": "daa6bacaba6494376de9e7aa15603a0bbfad2812",
"shasum": ""
},
"require": {
@@ -3868,9 +3868,10 @@
"ext-pdo": "*",
"php": ">=8.4",
"utopia-php/cache": "1.*",
"utopia-php/framework": "0.33.*",
"utopia-php/console": "0.1.*",
"utopia-php/mongo": "1.*",
"utopia-php/pools": "1.*"
"utopia-php/pools": "1.*",
"utopia-php/validators": "0.2.*"
},
"require-dev": {
"fakerphp/faker": "1.23.*",
@@ -3880,7 +3881,7 @@
"phpunit/phpunit": "9.*",
"rregeer/phpunit-coverage-check": "0.3.*",
"swoole/ide-helper": "5.1.3",
"utopia-php/cli": "0.14.*"
"utopia-php/cli": "0.22.*"
},
"type": "library",
"autoload": {
@@ -3888,38 +3889,7 @@
"Utopia\\Database\\": "src/Database"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\E2E\\": "tests/e2e",
"Tests\\Unit\\": "tests/unit"
}
},
"scripts": {
"build": [
"Composer\\Config::disableProcessTimeout",
"docker compose build"
],
"start": [
"Composer\\Config::disableProcessTimeout",
"docker compose up -d"
],
"test": [
"Composer\\Config::disableProcessTimeout",
"docker compose exec tests vendor/bin/phpunit --configuration phpunit.xml"
],
"lint": [
"php -d memory_limit=2G ./vendor/bin/pint --test"
],
"format": [
"php -d memory_limit=2G ./vendor/bin/pint"
],
"check": [
"./vendor/bin/phpstan analyse --level 7 src tests --memory-limit 2G"
],
"coverage": [
"./vendor/bin/coverage-check ./tmp/clover.xml 90"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -3932,10 +3902,10 @@
"utopia"
],
"support": {
"source": "https://github.com/utopia-php/database/tree/fix-collection-recreate",
"issues": "https://github.com/utopia-php/database/issues"
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/fix-tenant"
},
"time": "2026-03-16T11:58:09+00:00"
"time": "2026-03-18T14:56:07+00:00"
},
{
"name": "utopia-php/detector",
@@ -8465,9 +8435,9 @@
"aliases": [
{
"package": "utopia-php/database",
"version": "dev-fix-collection-recreate",
"alias": "5.3.15",
"alias_normalized": "5.3.15.0"
"version": "dev-fix-tenant",
"alias": "5.3.16",
"alias_normalized": "5.3.16.0"
}
],
"minimum-stability": "dev",