Skip to content

Commit aaca16c

Browse files
Merge remote-tracking branch 'upstream/main' into feat-documents-db
2 parents 2a9e4b4 + f5c1d2c commit aaca16c

7 files changed

Lines changed: 366 additions & 91 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,17 @@
2626
"ext-curl": "*",
2727
"ext-openssl": "*",
2828
"appwrite/appwrite": "15.*",
29-
"utopia-php/database": "dev-test-docsdb as 1.4.5",
29+
"utopia-php/database": "3.*",
3030
"utopia-php/storage": "0.18.*",
3131
"utopia-php/dsn": "0.2.*",
32-
"utopia-php/framework": "0.33.*"
32+
"utopia-php/console": "0.0.*"
3333
},
3434
"require-dev": {
3535
"ext-pdo": "*",
3636
"phpunit/phpunit": "11.*",
3737
"vlucas/phpdotenv": "5.*",
3838
"laravel/pint": "1.*",
39-
"phpstan/phpstan": "1.*",
40-
"utopia-php/cli": "0.16.*"
39+
"phpstan/phpstan": "1.*"
4140
},
4241
"platform": {
4342
"php": "8.1"

0 commit comments

Comments
 (0)