Skip to content
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,21 @@
},
"require": {
"php": ">=8.5",
"utopia-php/database": "^7.0.0",
"utopia-php/database": "dev-feat-query-lib as 7.0.0",
"utopia-php/fetch": "^1.1",
"utopia-php/query": "0.1.*",
"utopia-php/query": "^0.4 || ^0.5",
"utopia-php/validators": "^0.5"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/database.git"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/async.git"
}
],
"config": {
"allow-plugins": {
"php-http/discovery": true,
Expand Down
Loading