Skip to content

Commit c5c721d

Browse files
authored
Merge pull request #10 from utopia-php/codex/usage-db6-constraint
fix: allow database 6 in usage
2 parents 7d999f8 + ddf2972 commit c5c721d

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)