diff --git a/Dockerfile b/Dockerfile index 7b7939eb6a..392f4de5bf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ ENV VITE_APPWRITE_GROWTH_ENDPOINT=$VITE_APPWRITE_GROWTH_ENDPOINT RUN npm ci RUN npm run build -FROM appwrite/base:0.1.0 as final +FROM appwrite/base:0.2.0 as final LABEL maintainer="team@appwrite.io" diff --git a/app/console b/app/console index 2456d8f21c..cad6f3b1bf 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 2456d8f21c6e2554056d1a37eab3602024cbb739 +Subproject commit cad6f3b1bfdae4d423ba6f0735ba2a5cd5a58551 diff --git a/composer.json b/composer.json index 207649a83d..fb42707468 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "utopia-php/messaging": "0.1.*", "utopia-php/orchestration": "0.6.*", "utopia-php/registry": "0.5.*", - "utopia-php/storage": "0.13.*", + "utopia-php/storage": "0.14.*", "utopia-php/swoole": "0.5.*", "utopia-php/websocket": "0.1.*", "resque/php-resque": "1.3.6", diff --git a/composer.lock b/composer.lock index 88299e4ccb..0e2a17e337 100644 --- a/composer.lock +++ b/composer.lock @@ -2691,26 +2691,30 @@ }, { "name": "utopia-php/storage", - "version": "0.13.2", + "version": "0.14.0", "source": { "type": "git", "url": "https://github.com/utopia-php/storage.git", - "reference": "ad1c00f24ca56e73888acc2af3deee4919b1194b" + "reference": "eda6651ac16884dc2a79ecb984ea591ba1ed498c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/storage/zipball/ad1c00f24ca56e73888acc2af3deee4919b1194b", - "reference": "ad1c00f24ca56e73888acc2af3deee4919b1194b", + "url": "https://api.github.com/repos/utopia-php/storage/zipball/eda6651ac16884dc2a79ecb984ea591ba1ed498c", + "reference": "eda6651ac16884dc2a79ecb984ea591ba1ed498c", "shasum": "" }, "require": { + "ext-brotli": "*", "ext-fileinfo": "*", + "ext-lz4": "*", + "ext-snappy": "*", "ext-zlib": "*", "ext-zstd": "*", "php": ">=8.0", "utopia-php/framework": "0.*.*" }, "require-dev": { + "laravel/pint": "1.2.*", "phpunit/phpunit": "^9.3", "vimeo/psalm": "4.0.1" }, @@ -2724,12 +2728,6 @@ "license": [ "MIT" ], - "authors": [ - { - "name": "Eldad Fux", - "email": "eldad@appwrite.io" - } - ], "description": "A simple Storage library to manage application storage", "keywords": [ "framework", @@ -2740,9 +2738,9 @@ ], "support": { "issues": "https://github.com/utopia-php/storage/issues", - "source": "https://github.com/utopia-php/storage/tree/0.13.2" + "source": "https://github.com/utopia-php/storage/tree/0.14.0" }, - "time": "2022-12-20T11:11:35+00:00" + "time": "2023-03-15T00:16:34+00:00" }, { "name": "utopia-php/swoole", diff --git a/docs/sdks/flutter/GETTING_STARTED.md b/docs/sdks/flutter/GETTING_STARTED.md index c7a3404599..b9b8dc3a47 100644 --- a/docs/sdks/flutter/GETTING_STARTED.md +++ b/docs/sdks/flutter/GETTING_STARTED.md @@ -18,7 +18,7 @@ In order to capture the Appwrite OAuth callback url, the following activity need .... - +