Skip to content

Commit 377b639

Browse files
committed
chore(deps): bump utopia-php/query to 0.3.x (dev-branch pin)
Pin `utopia-php/query` to `dev-feat/clickhouse-insert-delete-settings-mv as 0.3.2` to consume the new ClickHouse builder + schema layer (groupByTimeBucket, named-typed bindings, Schema\ClickHouse, Builder\ClickHouse insertFormat/deleteMode). Flip composer to `minimum-stability: dev` with `prefer-stable: true` so the alias resolves. Tracks utopia-php/query#11; flip to `^0.3.2` once tagged.
1 parent 9bff4b7 commit 377b639

2 files changed

Lines changed: 26 additions & 13 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
"check": "./vendor/bin/phpstan analyse --level max src tests",
1616
"test": "./vendor/bin/phpunit --configuration phpunit.xml tests"
1717
},
18-
"minimum-stability": "stable",
18+
"minimum-stability": "dev",
19+
"prefer-stable": true,
1920
"require": {
2021
"php": ">=8.0",
2122
"utopia-php/fetch": "^1.1",
2223
"utopia-php/database": "5.*",
23-
"utopia-php/query": "0.1.*"
24+
"utopia-php/query": "dev-feat/clickhouse-insert-delete-settings-mv as 0.3.2"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "^9.5",

composer.lock

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

0 commit comments

Comments
 (0)