1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00
This commit is contained in:
fogelito 2024-05-30 16:07:11 +03:00
parent d4db55ab77
commit 065b5f4858
2 changed files with 21 additions and 11 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.49.*", "utopia-php/database": "dev-main as 0.49.10",
"utopia-php/domains": "0.5.*", "utopia-php/domains": "0.5.*",
"utopia-php/dsn": "0.2.1", "utopia-php/dsn": "0.2.1",
"utopia-php/framework": "0.33.*", "utopia-php/framework": "0.33.*",

30
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": "53996479cd4ba0c73dbc72d46b240be0", "content-hash": "b37a830efbb0467d058a640b289a0a91",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -1719,16 +1719,16 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "0.49.10", "version": "dev-main",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "216209121bc97a2010f67a39c561fafe1e936bec" "reference": "4f4b35d99ecdee971c3042279bb1ac8264825030"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/216209121bc97a2010f67a39c561fafe1e936bec", "url": "https://api.github.com/repos/utopia-php/database/zipball/4f4b35d99ecdee971c3042279bb1ac8264825030",
"reference": "216209121bc97a2010f67a39c561fafe1e936bec", "reference": "4f4b35d99ecdee971c3042279bb1ac8264825030",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1749,6 +1749,7 @@
"swoole/ide-helper": "4.8.0", "swoole/ide-helper": "4.8.0",
"utopia-php/cli": "^0.14.0" "utopia-php/cli": "^0.14.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -1769,9 +1770,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.49.10" "source": "https://github.com/utopia-php/database/tree/main"
}, },
"time": "2024-05-20T02:14:20+00:00" "time": "2024-05-30T12:40:27+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",
@ -5587,9 +5588,18 @@
"time": "2023-11-21T18:54:41+00:00" "time": "2023-11-21T18:54:41+00:00"
} }
], ],
"aliases": [], "aliases": [
{
"package": "utopia-php/database",
"version": "dev-main",
"alias": "0.49.10",
"alias_normalized": "0.49.10.0"
}
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"utopia-php/database": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
@ -5613,5 +5623,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.3" "php": "8.3"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.6.0"
} }