Skip to content
Open
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"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.6.*",
"utopia-php/validators": "^0.5"
Expand All @@ -37,5 +37,19 @@
"php-http/discovery": true,
"tbachert/spi": true
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/database.git"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/query.git"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/async.git"
}
]
}
Loading