mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Use actual package
This commit is contained in:
parent
40b8af0671
commit
2f64620cb5
2 changed files with 10 additions and 19 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
"utopia-php/cache": "0.10.*",
|
"utopia-php/cache": "0.10.*",
|
||||||
"utopia-php/cli": "0.15.*",
|
"utopia-php/cli": "0.15.*",
|
||||||
"utopia-php/config": "0.2.*",
|
"utopia-php/config": "0.2.*",
|
||||||
"utopia-php/database": "dev-feat-findone-update-0.53.x as 0.53.8",
|
"utopia-php/database": "0.53.9",
|
||||||
"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.*",
|
||||||
|
|
|
||||||
27
composer.lock
generated
27
composer.lock
generated
|
|
@ -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": "5fd3d4a7e4dd44e74bda31a0087c40d1",
|
"content-hash": "a2e4cb8d1757400071b4545cfbd3f805",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/jwt",
|
"name": "adhocore/jwt",
|
||||||
|
|
@ -1724,16 +1724,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/database",
|
"name": "utopia-php/database",
|
||||||
"version": "dev-feat-findone-update-0.53.x",
|
"version": "0.53.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/database.git",
|
"url": "https://github.com/utopia-php/database.git",
|
||||||
"reference": "b6ddececdcca36920d6791311affb0b0856a178b"
|
"reference": "19969d2c6d29b5d1cbf4cb1a33e18017a54f30e3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/b6ddececdcca36920d6791311affb0b0856a178b",
|
"url": "https://api.github.com/repos/utopia-php/database/zipball/19969d2c6d29b5d1cbf4cb1a33e18017a54f30e3",
|
||||||
"reference": "b6ddececdcca36920d6791311affb0b0856a178b",
|
"reference": "19969d2c6d29b5d1cbf4cb1a33e18017a54f30e3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -1804,10 +1804,10 @@
|
||||||
"utopia"
|
"utopia"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/utopia-php/database/tree/feat-findone-update-0.53.x",
|
"source": "https://github.com/utopia-php/database/tree/0.53.9",
|
||||||
"issues": "https://github.com/utopia-php/database/issues"
|
"issues": "https://github.com/utopia-php/database/issues"
|
||||||
},
|
},
|
||||||
"time": "2024-10-31T07:55:39+00:00"
|
"time": "2024-10-31T08:18:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/domains",
|
"name": "utopia-php/domains",
|
||||||
|
|
@ -7034,18 +7034,9 @@
|
||||||
"time": "2024-03-07T20:33:40+00:00"
|
"time": "2024-03-07T20:33:40+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [
|
"aliases": [],
|
||||||
{
|
|
||||||
"package": "utopia-php/database",
|
|
||||||
"version": "dev-feat-findone-update-0.53.x",
|
|
||||||
"alias": "0.53.8",
|
|
||||||
"alias_normalized": "0.53.8.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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue