Skip to content

Commit f88c8e0

Browse files
committed
chore(deps): re-pin utopia-php/query to PR #13 dev-branch as 0.3.3
Picks up utopia-php/query#13 (feat/clickhouse-nested-column-quoting), which lands the typed bulkInsert() entry point and the QuotesIdentifiers quoteLiteral() fix for atomic identifiers. Bumps minimum-stability to dev + prefer-stable true so the dev-branch resolves alongside the rest of the stable graph. TODO: flip minimum-stability back to "stable" and pin to "^0.3.3" once PR #13 is tagged.
1 parent 2c21588 commit f88c8e0

2 files changed

Lines changed: 13 additions & 12 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.4",
2122
"utopia-php/fetch": "^1.1",
2223
"utopia-php/database": "5.*",
23-
"utopia-php/query": "^0.3.2"
24+
"utopia-php/query": "dev-feat/clickhouse-nested-column-quoting as 0.3.3"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "^9.5",

composer.lock

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

0 commit comments

Comments
 (0)