1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

mount database lib

This commit is contained in:
fogelito 2022-09-06 21:08:55 +03:00
parent 4604578864
commit 1d667dadad

29
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": "aca68a1c1c7d762cabd02ce02cf40df4", "content-hash": "444a2d1371ed365c82782236f8dd0b8c",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -2060,16 +2060,16 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "0.25.0", "version": "dev-fix-5permissions",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "167fb53a6c199d4b9ce5fc513c78774ee92199e7" "reference": "329cabb4bf2b71e35151f400bb280d617a269e91"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/167fb53a6c199d4b9ce5fc513c78774ee92199e7", "url": "https://api.github.com/repos/utopia-php/database/zipball/329cabb4bf2b71e35151f400bb280d617a269e91",
"reference": "167fb53a6c199d4b9ce5fc513c78774ee92199e7", "reference": "329cabb4bf2b71e35151f400bb280d617a269e91",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2118,9 +2118,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.25.0" "source": "https://github.com/utopia-php/database/tree/fix-5permissions"
}, },
"time": "2022-09-06T07:53:26+00:00" "time": "2022-09-06T17:56:27+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",
@ -5358,9 +5358,18 @@
"time": "2022-08-12T06:47:24+00:00" "time": "2022-08-12T06:47:24+00:00"
} }
], ],
"aliases": [], "aliases": [
{
"package": "utopia-php/database",
"version": "dev-fix-5permissions",
"alias": "0.25.0",
"alias_normalized": "0.25.0.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": {
@ -5384,5 +5393,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.2.0"
} }