Skip to content

Commit 6ae8540

Browse files
authored
Merge pull request #538 from utopia-php/order-by-fallback
Remove Mongo Adapter
2 parents 349fbdf + 4cbe055 commit 6ae8540

File tree

9 files changed

+29
-2535
lines changed

9 files changed

+29
-2535
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ jobs:
7676
MySQL,
7777
Postgres,
7878
SQLite,
79-
MongoDB,
8079
Mirror,
8180
SharedTables/MariaDB,
8281
SharedTables/MySQL,
8382
SharedTables/Postgres,
8483
SharedTables/SQLite,
85-
SharedTables/MongoDB,
8684
]
8785

8886
steps:

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"ext-pdo": "*",
3838
"ext-mbstring": "*",
3939
"utopia-php/framework": "0.33.*",
40-
"utopia-php/cache": "0.12.*",
41-
"utopia-php/mongo": "0.3.*"
40+
"utopia-php/cache": "0.12.*"
4241
},
4342
"require-dev": {
4443
"fakerphp/faker": "1.23.*",
@@ -51,10 +50,8 @@
5150
"rregeer/phpunit-coverage-check": "0.3.*"
5251
},
5352
"suggests": {
54-
"ext-mongodb": "Needed to support MongoDB Database Adapter",
5553
"ext-redis": "Needed to support Redis Cache Adapter",
56-
"ext-pdo": "Needed to support MariaDB, MySQL or SQLite Database Adapter",
57-
"mongodb/mongodb": "Needed to support MongoDB Database Adapter"
54+
"ext-pdo": "Needed to support MariaDB, MySQL or SQLite Database Adapter"
5855
},
5956
"config": {
6057
"allow-plugins": {

0 commit comments

Comments
 (0)