diff --git a/app/config/collections.php b/app/config/collections.php index b48e0749cb..e70b7af594 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -3650,7 +3650,7 @@ $collections = [ 'required' => true, 'default' => null, 'array' => false, - 'filters' => [], + 'filters' => ['json'], ], [ '$id' => ID::custom('reason'), diff --git a/composer.json b/composer.json index 0ca0cc28ea..a39c03a959 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "utopia-php/storage": "0.14.*", "utopia-php/swoole": "0.5.*", "utopia-php/websocket": "0.1.*", - "utopia-php/transfer": "dev-fix-incorrect-imports", + "utopia-php/transfer": "dev-feat-improve-features", "resque/php-resque": "1.3.6", "matomo/device-detector": "6.0.*", "dragonmantank/cron-expression": "3.3.1", diff --git a/composer.lock b/composer.lock index c4e10e6e2b..6648d4da0d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e1333033ea575e83037bd5b14cf98e98", + "content-hash": "a44fe2d1e439a697ba716c11ca48c232", "packages": [ { "name": "adhocore/jwt", @@ -2938,16 +2938,16 @@ }, { "name": "utopia-php/transfer", - "version": "dev-fix-incorrect-imports", + "version": "dev-feat-improve-features", "source": { "type": "git", "url": "https://github.com/utopia-php/transfer.git", - "reference": "3c12302c2bd2ba474183b132f86d31a63762ff01" + "reference": "e19cf3734af195e000211c50e7eae7fec1d89e97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/transfer/zipball/3c12302c2bd2ba474183b132f86d31a63762ff01", - "reference": "3c12302c2bd2ba474183b132f86d31a63762ff01", + "url": "https://api.github.com/repos/utopia-php/transfer/zipball/e19cf3734af195e000211c50e7eae7fec1d89e97", + "reference": "e19cf3734af195e000211c50e7eae7fec1d89e97", "shasum": "" }, "require": { @@ -2993,10 +2993,10 @@ "utopia" ], "support": { - "source": "https://github.com/utopia-php/transfer/tree/fix-incorrect-imports", + "source": "https://github.com/utopia-php/transfer/tree/feat-improve-features", "issues": "https://github.com/utopia-php/transfer/issues" }, - "time": "2023-07-10T12:29:05+00:00" + "time": "2023-07-12T10:35:19+00:00" }, { "name": "utopia-php/websocket",