diff --git a/composer.json b/composer.json index 34752737..1f8625c4 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "php": ">=8.5", "ext-curl": "*", "ext-openssl": "*", - "appwrite/appwrite": "^26.0", + "appwrite/appwrite": "^27.0", "utopia-php/database": "^7.0.0", "utopia-php/storage": "4.*", "utopia-php/dsn": "0.2.*", diff --git a/composer.lock b/composer.lock index 36433aeb..ee1336d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,23 +4,85 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "52123679a4708abeef771de94f235aa8", + "content-hash": "fea66e8c192e5b3d1dc56c953be0c2eb", "packages": [ + { + "name": "adhocore/jwt", + "version": "v1.1.4", + "source": { + "type": "git", + "url": "https://github.com/adhocore/php-jwt.git", + "reference": "b7055ae9024a6627f19f9873b5db19b0f1dcc4e7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/adhocore/php-jwt/zipball/b7055ae9024a6627f19f9873b5db19b0f1dcc4e7", + "reference": "b7055ae9024a6627f19f9873b5db19b0f1dcc4e7", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^8.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ahc\\Jwt\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jitendra Adhikari", + "email": "jiten.adhikary@gmail.com" + } + ], + "description": "Ultra lightweight JSON web token (JWT) library for PHP5.5+.", + "keywords": [ + "auth", + "json-web-token", + "jwt", + "jwt-auth", + "jwt-php", + "token" + ], + "support": { + "issues": "https://github.com/adhocore/php-jwt/issues", + "source": "https://github.com/adhocore/php-jwt/tree/v1.1.4" + }, + "funding": [ + { + "url": "https://paypal.me/ji10", + "type": "custom" + }, + { + "url": "https://github.com/adhocore", + "type": "github" + } + ], + "time": "2026-05-30T07:58:15+00:00" + }, { "name": "appwrite/appwrite", - "version": "26.1.0", + "version": "27.1.0", "source": { "type": "git", "url": "https://github.com/appwrite/sdk-for-php.git", - "reference": "533865f24f306cf6ac6f1737965553a5c54672e0" + "reference": "24685bc34928c0e5479d4977dc47ea4aa721f025" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/533865f24f306cf6ac6f1737965553a5c54672e0", - "reference": "533865f24f306cf6ac6f1737965553a5c54672e0", + "url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/24685bc34928c0e5479d4977dc47ea4aa721f025", + "reference": "24685bc34928c0e5479d4977dc47ea4aa721f025", "shasum": "" }, "require": { + "adhocore/jwt": "^1.1", "ext-curl": "*", "ext-json": "*", "php": ">=8.2.0" @@ -43,10 +105,10 @@ "support": { "email": "team@appwrite.io", "issues": "https://github.com/appwrite/sdk-for-php/issues", - "source": "https://github.com/appwrite/sdk-for-php/tree/26.1.0", + "source": "https://github.com/appwrite/sdk-for-php/tree/27.1.0", "url": "https://appwrite.io/support" }, - "time": "2026-06-19T08:16:32+00:00" + "time": "2026-07-24T06:10:52+00:00" }, { "name": "brick/math",