Skip to content

Commit 5f1b5e2

Browse files
committed
feat: bump appwrite/appwrite to 24.*
The SDK's 24.0.0 release renamed several Project-prefixed enums (AuthMethod -> ProjectAuthMethodId, ServiceId -> ProjectServiceId, ProtocolId -> ProjectProtocolId, ProjectPolicy -> ProjectPolicyId) and 24.1.0 made BillingLimits fields nullable to match the server's sparse 'limits crossed' response. abuse doesn't use any of the renamed enums; it only imports Client, AppwriteException, ID, Query, Models\Row, Services\TablesDB, and Enums\TablesDBIndexType -- all unchanged in 24.x. Composer lock updated to 24.1.0. Bump unblocks downstream consumers like utopia-php/migration that need the 24.x SDK.
1 parent 5d7efbe commit 5f1b5e2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-curl": "*",
2424
"ext-redis": "*",
2525
"utopia-php/database": "5.*",
26-
"appwrite/appwrite": "23.*"
26+
"appwrite/appwrite": "24.*"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "9.*",

composer.lock

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

0 commit comments

Comments
 (0)