Skip to content

Commit

Permalink
Add Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed committed Mar 12, 2024
1 parent 9ecab3f commit afca34f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"php": ">=8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5.1",
"illuminate/container": "^10",
"illuminate/events": "^10",
"illuminate/support": "^10",
"illuminate/container": "^10.0 || ^11.0",
"illuminate/events": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"telegram-bot-sdk/addon-manager": "^1.0@dev"
},
"require-dev": {
"fakerphp/faker": "^1.21",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-mock": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"rector/rector": "^0.16"
"rector/rector": "^1.0"
},
"suggest": {
"telegram-bot-sdk/laravel": "Laravel Support for Telegram Bot SDK."
Expand Down

0 comments on commit afca34f

Please sign in to comment.