Skip to content

Commit b90879a

Browse files
committed
chore: bump utopia-php/fetch to ^1.1
The Client::fetch(url:, method:, body:) call surface and METHOD_* constants used by the ClickHouse adapter are unchanged between 0.5 and 1.1. Bumping to ^1.1 so the library is installable alongside appwrite/server-ce 1.9.x, which now requires utopia-php/fetch ^1.1 (appwrite/appwrite#12252).
1 parent 5893999 commit b90879a

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"minimum-stability": "stable",
1919
"require": {
2020
"php": ">=8.0",
21-
"utopia-php/fetch": "0.5.*",
21+
"utopia-php/fetch": "^1.1",
2222
"utopia-php/database": "5.*",
2323
"utopia-php/query": "0.1.*"
2424
},

composer.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)