Skip to content

Commit 44c19f9

Browse files
committed
Extract query lib
1 parent ba1ee9c commit 44c19f9

3 files changed

Lines changed: 177 additions & 1168 deletions

File tree

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"utopia-php/framework": "0.33.*",
4141
"utopia-php/cache": "1.*",
4242
"utopia-php/pools": "1.*",
43-
"utopia-php/mongo": "1.*"
43+
"utopia-php/mongo": "1.*",
44+
"utopia-php/query": "0.1.*"
4445
},
4546
"require-dev": {
4647
"fakerphp/faker": "1.23.*",
@@ -58,6 +59,12 @@
5859
"mongodb/mongodb": "Needed to support MongoDB Database Adapter"
5960

6061
},
62+
"repositories": [
63+
{
64+
"type": "vcs",
65+
"url": "git@github.com:utopia-php/query.git"
66+
}
67+
],
6168
"config": {
6269
"allow-plugins": {
6370
"php-http/discovery": false,

composer.lock

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

0 commit comments

Comments
 (0)