1
0
Fork 0
mirror of synced 2024-09-19 10:59:50 +12:00

Merge pull request #7877 from appwrite/refactor-usage-sn-45-8

Transaction and reconnection fixes
This commit is contained in:
Jake Barnby 2024-03-29 00:54:28 +13:00 committed by GitHub
commit 3d53249335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 27 deletions

View file

@ -50,7 +50,7 @@
"utopia-php/cache": "0.9.*", "utopia-php/cache": "0.9.*",
"utopia-php/cli": "0.15.*", "utopia-php/cli": "0.15.*",
"utopia-php/config": "0.2.*", "utopia-php/config": "0.2.*",
"utopia-php/database": "0.45.7", "utopia-php/database": "0.45.8",
"utopia-php/domains": "0.5.*", "utopia-php/domains": "0.5.*",
"utopia-php/dsn": "0.1.*", "utopia-php/dsn": "0.1.*",
"utopia-php/framework": "0.33.*", "utopia-php/framework": "0.33.*",

52
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "95d4c9ccd4b2f958ca247d83b04d1391", "content-hash": "1a272e08dfe04dbb86b65a5e1c419bb3",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1041,16 +1041,16 @@
}, },
{ {
"name": "utopia-php/cache", "name": "utopia-php/cache",
"version": "0.9.0", "version": "0.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/cache.git", "url": "https://github.com/utopia-php/cache.git",
"reference": "4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e" "reference": "552b4c554bb14d0c529631ce304cdf4a2b9d06a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/cache/zipball/4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e", "url": "https://api.github.com/repos/utopia-php/cache/zipball/552b4c554bb14d0c529631ce304cdf4a2b9d06a6",
"reference": "4fc7b4789b5f0ce74835c1ecfec4f3afe6f0e34e", "reference": "552b4c554bb14d0c529631ce304cdf4a2b9d06a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1085,9 +1085,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/cache/issues", "issues": "https://github.com/utopia-php/cache/issues",
"source": "https://github.com/utopia-php/cache/tree/0.9.0" "source": "https://github.com/utopia-php/cache/tree/0.9.1"
}, },
"time": "2024-01-07T18:11:23+00:00" "time": "2024-03-19T17:07:20+00:00"
}, },
{ {
"name": "utopia-php/cli", "name": "utopia-php/cli",
@ -1191,16 +1191,16 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "0.45.7", "version": "0.45.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "3ffcc226cbc5b8747cdc5d6b06ce887cdffee8e1" "reference": "ca1f6b0c4edf4be1db42788df953682f921565cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/3ffcc226cbc5b8747cdc5d6b06ce887cdffee8e1", "url": "https://api.github.com/repos/utopia-php/database/zipball/ca1f6b0c4edf4be1db42788df953682f921565cb",
"reference": "3ffcc226cbc5b8747cdc5d6b06ce887cdffee8e1", "reference": "ca1f6b0c4edf4be1db42788df953682f921565cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1208,7 +1208,7 @@
"ext-pdo": "*", "ext-pdo": "*",
"php": ">=8.0", "php": ">=8.0",
"utopia-php/cache": "0.9.*", "utopia-php/cache": "0.9.*",
"utopia-php/framework": "0.*.*", "utopia-php/framework": "0.33.*",
"utopia-php/mongo": "0.3.*" "utopia-php/mongo": "0.3.*"
}, },
"require-dev": { "require-dev": {
@ -1241,9 +1241,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/database/issues", "issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.45.7" "source": "https://github.com/utopia-php/database/tree/0.45.8"
}, },
"time": "2024-03-13T18:03:15+00:00" "time": "2024-03-28T10:52:53+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",
@ -1393,16 +1393,16 @@
}, },
{ {
"name": "utopia-php/framework", "name": "utopia-php/framework",
"version": "0.33.3", "version": "0.33.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/http.git", "url": "https://github.com/utopia-php/http.git",
"reference": "893d602cd96676810c25fc9b9a2e9360eebb898f" "reference": "8fe57da0cecd57e3b17cd395b4a666a24f4c07a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/http/zipball/893d602cd96676810c25fc9b9a2e9360eebb898f", "url": "https://api.github.com/repos/utopia-php/http/zipball/8fe57da0cecd57e3b17cd395b4a666a24f4c07a6",
"reference": "893d602cd96676810c25fc9b9a2e9360eebb898f", "reference": "8fe57da0cecd57e3b17cd395b4a666a24f4c07a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1432,9 +1432,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/http/issues", "issues": "https://github.com/utopia-php/http/issues",
"source": "https://github.com/utopia-php/http/tree/0.33.3" "source": "https://github.com/utopia-php/http/tree/0.33.6"
}, },
"time": "2024-03-11T13:43:23+00:00" "time": "2024-03-21T18:10:57+00:00"
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",
@ -3220,16 +3220,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.26.0", "version": "1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "231e3186624c03d7e7c890ec662b81e6b0405227" "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/231e3186624c03d7e7c890ec662b81e6b0405227", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/86e4d5a4b036f8f0be1464522f4c6b584c452757",
"reference": "231e3186624c03d7e7c890ec662b81e6b0405227", "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3261,9 +3261,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.26.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.27.0"
}, },
"time": "2024-02-23T16:05:55+00:00" "time": "2024-03-21T13:14:53+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",