Skip to content

Commit b5b097a

Browse files
lohanidamodarclaude
andcommitted
fix: use utopia-php/query instead of utopia-php/database
Replaced utopia-php/database (full ORM) with utopia-php/query (lightweight standalone Query package). Same API surface — Utopia\Query\Query has identical static methods and constants. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 127a4c7 commit b5b097a

7 files changed

Lines changed: 22 additions & 2367 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.3",
2020
"utopia-php/fetch": "0.5.*",
21-
"utopia-php/database": "^5.3"
21+
"utopia-php/query": "0.1.*"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)