mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
chore(composer): update
This commit is contained in:
parent
a2372d2bad
commit
7aa712ed7c
2 changed files with 10 additions and 9 deletions
|
|
@ -45,7 +45,7 @@
|
|||
"utopia-php/cache": "0.4.*",
|
||||
"utopia-php/cli": "0.11.*",
|
||||
"utopia-php/config": "0.2.*",
|
||||
"utopia-php/database": "dev-fix-update-document-cache as 0.6.1",
|
||||
"utopia-php/database": "dev-main as 0.6.1",
|
||||
"utopia-php/locale": "0.4.*",
|
||||
"utopia-php/registry": "0.5.*",
|
||||
"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",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "e2cbe858dd5e1a6575d4631e2886e1e3",
|
||||
"content-hash": "6b3c314f3faa9c3aff868eaf7f6f3cbb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adhocore/jwt",
|
||||
|
|
@ -1984,16 +1984,16 @@
|
|||
},
|
||||
{
|
||||
"name": "utopia-php/database",
|
||||
"version": "dev-fix-update-document-cache",
|
||||
"version": "dev-main",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
"reference": "3672e3f5d70457ba4c46980b765c772bdf898e04"
|
||||
"reference": "bd765cd67e042defb8d0a15ef9a400784d6beb24"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/3672e3f5d70457ba4c46980b765c772bdf898e04",
|
||||
"reference": "3672e3f5d70457ba4c46980b765c772bdf898e04",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/bd765cd67e042defb8d0a15ef9a400784d6beb24",
|
||||
"reference": "bd765cd67e042defb8d0a15ef9a400784d6beb24",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2011,6 +2011,7 @@
|
|||
"utopia-php/cli": "^0.11.0",
|
||||
"vimeo/psalm": "4.0.1"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
@ -2041,9 +2042,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/fix-update-document-cache"
|
||||
"source": "https://github.com/utopia-php/database/tree/main"
|
||||
},
|
||||
"time": "2021-08-09T15:56:38+00:00"
|
||||
"time": "2021-08-10T06:09:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/domains",
|
||||
|
|
@ -6257,7 +6258,7 @@
|
|||
"aliases": [
|
||||
{
|
||||
"package": "utopia-php/database",
|
||||
"version": "dev-fix-update-document-cache",
|
||||
"version": "dev-main",
|
||||
"alias": "0.6.1",
|
||||
"alias_normalized": "0.6.1.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue