Skip to content

Commit ddf2972

Browse files
committed
fix: allow database 6 in usage
1 parent 7d999f8 commit ddf2972

2 files changed

Lines changed: 235 additions & 216 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": ">=8.0",
2222
"utopia-php/fetch": "^1.1",
23-
"utopia-php/database": "5.*",
23+
"utopia-php/database": "5.*|6.0.*",
2424
"utopia-php/query": "0.1.*"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.5",
28-
"utopia-php/cache": "1.*",
28+
"utopia-php/cache": "^3.0",
2929
"phpstan/phpstan": "1.*",
3030
"laravel/pint": "1.*"
3131
},

0 commit comments

Comments
 (0)