1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

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

This commit is contained in:
Torsten Dittmann 2021-12-31 13:58:35 +01:00
commit 25c6673140
2 changed files with 9 additions and 7 deletions

View file

@ -24,6 +24,8 @@
- Deno 1.12 - Deno 1.12
- Deno 1.13 - Deno 1.13
- Deno 1.14 - Deno 1.14
- PHP 8.1
- Node 17
- Added translations: - Added translations:
- German `de` by @SoftCreatR in https://github.com/appwrite/appwrite/pull/1790 - German `de` by @SoftCreatR in https://github.com/appwrite/appwrite/pull/1790
- Hebrew `he` by @Kokoden in https://github.com/appwrite/appwrite/pull/1846 - Hebrew `he` by @Kokoden in https://github.com/appwrite/appwrite/pull/1846

14
composer.lock generated
View file

@ -115,16 +115,16 @@
}, },
{ {
"name": "appwrite/php-runtimes", "name": "appwrite/php-runtimes",
"version": "0.6.1", "version": "0.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/php-runtimes.git", "url": "https://github.com/appwrite/php-runtimes.git",
"reference": "a42434de2fbd60818244c1a9b2ac0429ad0ef9ee" "reference": "33e087933f4353b1b3aad8d00e32ef82af18a292"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/php-runtimes/zipball/a42434de2fbd60818244c1a9b2ac0429ad0ef9ee", "url": "https://api.github.com/repos/appwrite/php-runtimes/zipball/33e087933f4353b1b3aad8d00e32ef82af18a292",
"reference": "a42434de2fbd60818244c1a9b2ac0429ad0ef9ee", "reference": "33e087933f4353b1b3aad8d00e32ef82af18a292",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -164,9 +164,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/appwrite/php-runtimes/issues", "issues": "https://github.com/appwrite/php-runtimes/issues",
"source": "https://github.com/appwrite/php-runtimes/tree/0.6.1" "source": "https://github.com/appwrite/php-runtimes/tree/0.6.2"
}, },
"time": "2021-10-21T11:32:25+00:00" "time": "2021-12-31T07:16:48+00:00"
}, },
{ {
"name": "chillerlan/php-qrcode", "name": "chillerlan/php-qrcode",
@ -6520,5 +6520,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.1.0" "plugin-api-version": "2.0.0"
} }