Skip to content

Commit c1356e2

Browse files
authored
Merge branch 'main' into chore-remove-framework
2 parents 30d9190 + b92554e commit c1356e2

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"utopia-php/validators": "0.0.*",
4141
"utopia-php/cache": "0.13.*",
4242
"utopia-php/pools": "0.8.*",
43-
"utopia-php/mongo": "0.10.*"
43+
"utopia-php/mongo": "0.11.*"
4444
},
4545
"require-dev": {
4646
"fakerphp/faker": "1.23.*",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/Adapter/Schemaless/MongoDBTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

3-
namespace Tests\E2E\Adapter;
3+
namespace Tests\E2E\Adapter\Schemaless;
44

55
use Exception;
66
use Redis;
7+
use Tests\E2E\Adapter\Base;
78
use Utopia\Cache\Adapter\Redis as RedisAdapter;
89
use Utopia\Cache\Cache;
910
use Utopia\Database\Adapter\Mongo;

0 commit comments

Comments
 (0)