From d7505576810a2004751c01361eda5c0d40afa6c2 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 26 Jun 2024 18:35:49 +1200 Subject: [PATCH] Bump PHP SDK version --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index d06c25a796..f7632510af 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -285,7 +285,7 @@ return [ [ 'key' => 'php', 'name' => 'PHP', - 'version' => '11.0.2', + 'version' => '11.1.0', 'url' => 'https://github.com/appwrite/sdk-for-php', 'package' => 'https://packagist.org/packages/appwrite/appwrite', 'enabled' => true,