1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing

This commit is contained in:
Torsten Dittmann 2022-01-04 12:08:30 +01:00
commit 58becbf211
2 changed files with 14 additions and 14 deletions

View file

@ -68,7 +68,7 @@
}, },
"repositories": [], "repositories": [],
"require-dev": { "require-dev": {
"appwrite/sdk-generator": "0.16.3", "appwrite/sdk-generator": "0.17.0",
"phpunit/phpunit": "9.5.10", "phpunit/phpunit": "9.5.10",
"swoole/ide-helper": "4.8.3", "swoole/ide-helper": "4.8.3",
"textalk/websocket": "1.5.5", "textalk/websocket": "1.5.5",

26
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": "e0243d2a276d074c4af4ac21f521c953", "content-hash": "c602e99a298c00b57253651a3108a6df",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -3080,16 +3080,16 @@
}, },
{ {
"name": "appwrite/sdk-generator", "name": "appwrite/sdk-generator",
"version": "0.16.3", "version": "0.17.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-generator.git", "url": "https://github.com/appwrite/sdk-generator.git",
"reference": "6185cdfe4c4261287240639f3a7fdc05e7ae2337" "reference": "a68e072170a81532cfb0ff914864d8f074a73a37"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/6185cdfe4c4261287240639f3a7fdc05e7ae2337", "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/a68e072170a81532cfb0ff914864d8f074a73a37",
"reference": "6185cdfe4c4261287240639f3a7fdc05e7ae2337", "reference": "a68e072170a81532cfb0ff914864d8f074a73a37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3123,9 +3123,9 @@
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms", "description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"support": { "support": {
"issues": "https://github.com/appwrite/sdk-generator/issues", "issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/0.16.3" "source": "https://github.com/appwrite/sdk-generator/tree/0.17.0"
}, },
"time": "2021-12-16T23:56:47+00:00" "time": "2022-01-04T09:24:44+00:00"
}, },
{ {
"name": "composer/pcre", "name": "composer/pcre",
@ -6403,16 +6403,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v2.14.9", "version": "v2.14.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "d28b8d7390e21f02cbafc65b33a12fa0733777c2" "reference": "95fb194cd4dd6ac373a27af2bde2bad5d3f27aba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d28b8d7390e21f02cbafc65b33a12fa0733777c2", "url": "https://api.github.com/repos/twigphp/Twig/zipball/95fb194cd4dd6ac373a27af2bde2bad5d3f27aba",
"reference": "d28b8d7390e21f02cbafc65b33a12fa0733777c2", "reference": "95fb194cd4dd6ac373a27af2bde2bad5d3f27aba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6467,7 +6467,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/twigphp/Twig/issues", "issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v2.14.9" "source": "https://github.com/twigphp/Twig/tree/v2.14.10"
}, },
"funding": [ "funding": [
{ {
@ -6479,7 +6479,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-03T10:46:18+00:00" "time": "2022-01-03T21:13:26+00:00"
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",