update php

This commit is contained in:
Chirag Aggarwal
2025-11-10 15:00:09 +05:30
parent b06460b562
commit 2ff0ae61c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ return [
[
'key' => 'php',
'name' => 'PHP',
'version' => '17.6.0',
'version' => '18.0.0',
'url' => 'https://github.com/appwrite/sdk-for-php',
'package' => 'https://packagist.org/packages/appwrite/appwrite',
'enabled' => true,
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## 17.6.0
## 18.0.0
* Fix duplicate methods issue (e.g., `updateMFA` and `updateMfa`) causing build and runtime errors
* Add support for `getScreenshot` method to `Avatars` service