irazasyed / telegram-bot-sdk

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
https://telegram-bot-sdk.com
BSD 3-Clause "New" or "Revised" License
3.04k stars 671 forks source link

Laravel 11.x Compatibility #1114

Closed laravel-shift closed 8 months ago

laravel-shift commented 8 months ago

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 11.x.

Before merging, you need to:

If you do find an issue, please report it by commenting on this PR to help improve future automation.

laravel-shift commented 8 months ago

:alembic: Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/telegram-bot-sdk.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "irazasyed/telegram-bot-sdk": "dev-l11-compatibility",
    }
}

Finally, run: composer update

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.35%. Comparing base (40fc0bd) to head (54453ca). Report is 3 commits behind head on 3.x.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 3.x #1114 +/- ## ========================================= Coverage 42.35% 42.35% Complexity 603 603 ========================================= Files 130 130 Lines 1773 1773 ========================================= Hits 751 751 Misses 1022 1022 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.