Skip to content

Commit 0fca44f

Browse files
authored
Merge pull request #181 from utopia-php/feat/sdk-23
feat: bump appwrite/appwrite to 23.*
2 parents 211d01b + 2681028 commit 0fca44f

5 files changed

Lines changed: 329 additions & 316 deletions

File tree

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"check": "./vendor/bin/phpstan analyse --level 3 src tests --memory-limit 2G"
2323
},
2424
"require": {
25-
"php": ">=8.1",
25+
"php": ">=8.2",
2626
"ext-curl": "*",
2727
"ext-openssl": "*",
28-
"appwrite/appwrite": "19.*",
28+
29+
"appwrite/appwrite": "23.*",
2930
"utopia-php/database": "5.*",
3031
"utopia-php/storage": "2.*",
3132
"utopia-php/dsn": "0.2.*",
@@ -38,9 +39,6 @@
3839
"laravel/pint": "1.*",
3940
"phpstan/phpstan": "1.*"
4041
},
41-
"platform": {
42-
"php": "8.1"
43-
},
4442
"config": {
4543
"allow-plugins": {
4644
"php-http/discovery": true,

composer.lock

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

0 commit comments

Comments
 (0)