Merge branch '0.16.x' into fix-unaccepted-invitation-access

This commit is contained in:
Bradley Schofield 2022-09-01 10:17:11 +01:00
commit 4e3bfc81b6
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ use Utopia\Validator\Integer;
use Utopia\Validator\Text; use Utopia\Validator\Text;
use Utopia\Storage\Validator\File; use Utopia\Storage\Validator\File;
use Utopia\Validator\WhiteList; use Utopia\Validator\WhiteList;
use Utopia\Database\ID;
App::get('/v1/mock/tests/foo') App::get('/v1/mock/tests/foo')
->desc('Get Foo') ->desc('Get Foo')

2
composer.lock generated
View file

@ -5386,5 +5386,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }