diff --git a/composer.json b/composer.json index 4f59edcc..875b2297 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "hotwired-laravel/turbo-laravel": "^1.12", "intervention/image": "^3.4", "jolicode/jolitypo": "^1.4", - "laravel-notification-channels/telegram": "^4.0", + "laravel-notification-channels/telegram": "^5.0", "laravel-notification-channels/webpush": "^7.1", "laravel/framework": "^10.31", "laravel/sanctum": "^3.2", diff --git a/composer.lock b/composer.lock index df1ca8da..652d5ce6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "efb0abdc9a8d3ef9d802d491c04d6550", + "content-hash": "e85f0429aaa73333d172e5536da11311", "packages": [ { "name": "assisted-mindfulness/naive-bayes", @@ -1965,36 +1965,36 @@ }, { "name": "laravel-notification-channels/telegram", - "version": "4.0.0", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/telegram.git", - "reference": "c67b312193fcd59c8abad1ee1f5b1f4e5540c201" + "reference": "d647f0ab28c7717ef85c0c843e95f25b1c7dc498" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/c67b312193fcd59c8abad1ee1f5b1f4e5540c201", - "reference": "c67b312193fcd59c8abad1ee1f5b1f4e5540c201", + "url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/d647f0ab28c7717ef85c0c843e95f25b1c7dc498", + "reference": "d647f0ab28c7717ef85c0c843e95f25b1c7dc498", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/guzzle": "^7.2", - "illuminate/contracts": "^10.0", - "illuminate/notifications": "^10.0", - "illuminate/support": "^10.0", + "illuminate/contracts": "^10 || ^11.0", + "illuminate/notifications": "^10 || ^11.0", + "illuminate/support": "^10 || ^11.0", "php": "^8.1" }, "require-dev": { + "larastan/larastan": "^2.9", "mockery/mockery": "^1.4.4", - "nunomaduro/larastan": "^2.4", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^1.22", - "pestphp/pest-plugin-laravel": "^1.4", + "orchestra/testbench": "^8.0 || ^9.0", + "pestphp/pest": "^2.34", + "pestphp/pest-plugin-laravel": "^2.3", "phpstan/extension-installer": "^1.2", "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^10.5 || ^11.0" }, "type": "library", "extra": { @@ -2032,9 +2032,9 @@ ], "support": { "issues": "https://github.com/laravel-notification-channels/telegram/issues", - "source": "https://github.com/laravel-notification-channels/telegram/tree/4.0.0" + "source": "https://github.com/laravel-notification-channels/telegram/tree/5.0.0" }, - "time": "2023-02-14T18:21:03+00:00" + "time": "2024-03-12T05:47:13+00:00" }, { "name": "laravel-notification-channels/webpush", @@ -12855,5 +12855,5 @@ "ext-dom": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }