mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
add temporary dependency from branch
This commit is contained in:
parent
f7be5cd7b1
commit
26c27ff876
2 changed files with 9 additions and 10 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
"utopia-php/cache": "0.4.*",
|
"utopia-php/cache": "0.4.*",
|
||||||
"utopia-php/cli": "0.11.*",
|
"utopia-php/cli": "0.11.*",
|
||||||
"utopia-php/config": "0.2.*",
|
"utopia-php/config": "0.2.*",
|
||||||
"utopia-php/database": "dev-main as 0.6.1",
|
"utopia-php/database": "dev-fix-update-document-cache as 0.6.1",
|
||||||
"utopia-php/locale": "0.4.*",
|
"utopia-php/locale": "0.4.*",
|
||||||
"utopia-php/registry": "0.5.*",
|
"utopia-php/registry": "0.5.*",
|
||||||
"utopia-php/preloader": "0.2.*",
|
"utopia-php/preloader": "0.2.*",
|
||||||
|
|
|
||||||
17
composer.lock
generated
17
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": "6b3c314f3faa9c3aff868eaf7f6f3cbb",
|
"content-hash": "e2cbe858dd5e1a6575d4631e2886e1e3",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/jwt",
|
"name": "adhocore/jwt",
|
||||||
|
|
@ -1984,16 +1984,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/database",
|
"name": "utopia-php/database",
|
||||||
"version": "dev-main",
|
"version": "dev-fix-update-document-cache",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/database.git",
|
"url": "https://github.com/utopia-php/database.git",
|
||||||
"reference": "272bb30d641792fb82f68adcd002be3bd34c5461"
|
"reference": "13cafc216c53e22cedadc42aa9e4c9297f07c4de"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/272bb30d641792fb82f68adcd002be3bd34c5461",
|
"url": "https://api.github.com/repos/utopia-php/database/zipball/13cafc216c53e22cedadc42aa9e4c9297f07c4de",
|
||||||
"reference": "272bb30d641792fb82f68adcd002be3bd34c5461",
|
"reference": "13cafc216c53e22cedadc42aa9e4c9297f07c4de",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -2011,7 +2011,6 @@
|
||||||
"utopia-php/cli": "^0.11.0",
|
"utopia-php/cli": "^0.11.0",
|
||||||
"vimeo/psalm": "4.0.1"
|
"vimeo/psalm": "4.0.1"
|
||||||
},
|
},
|
||||||
"default-branch": true,
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
@ -2042,9 +2041,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/main"
|
"source": "https://github.com/utopia-php/database/tree/fix-update-document-cache"
|
||||||
},
|
},
|
||||||
"time": "2021-08-09T13:01:43+00:00"
|
"time": "2021-08-09T14:46:11+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/domains",
|
"name": "utopia-php/domains",
|
||||||
|
|
@ -6258,7 +6257,7 @@
|
||||||
"aliases": [
|
"aliases": [
|
||||||
{
|
{
|
||||||
"package": "utopia-php/database",
|
"package": "utopia-php/database",
|
||||||
"version": "dev-main",
|
"version": "dev-fix-update-document-cache",
|
||||||
"alias": "0.6.1",
|
"alias": "0.6.1",
|
||||||
"alias_normalized": "0.6.1.0"
|
"alias_normalized": "0.6.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue