Skip to content

Commit 6bad65c

Browse files
committed
(refactor): Extract query parser to utopia-php/query dependency
1 parent 40150e1 commit 6bad65c

4 files changed

Lines changed: 581 additions & 419 deletions

File tree

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@
99
"email": "team@appwrite.io"
1010
}
1111
],
12+
"repositories": [
13+
{
14+
"type": "path",
15+
"url": "../query"
16+
}
17+
],
1218
"require": {
1319
"php": ">=8.4",
1420
"ext-swoole": ">=6.0",
15-
"ext-redis": "*"
21+
"ext-redis": "*",
22+
"utopia-php/query": "dev-main"
1623
},
1724
"require-dev": {
1825
"phpunit/phpunit": "12.*",
@@ -52,6 +59,6 @@
5259
"tbachert/spi": true
5360
}
5461
},
55-
"minimum-stability": "stable",
62+
"minimum-stability": "dev",
5663
"prefer-stable": true
5764
}

0 commit comments

Comments
 (0)