Skip to content

Commit b92554e

Browse files
authored
Merge pull request #745 from utopia-php/feat-mongodb
Update client
2 parents da0d583 + f61caac commit b92554e

3 files changed

Lines changed: 10 additions & 9 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/framework": "0.33.*",
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: 7 additions & 7 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)