Skip to content

Commit

Permalink
Add Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Mar 12, 2024
1 parent 547ee48 commit b75072d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"docs": "https://telegram-bot-sdk.com"
},
"require": {
"illuminate/console": "^10",
"illuminate/console": "^10.0 || ^11.0",
"telegram-bot-sdk/telegram-bot-sdk": "^4.0@dev"
},
"require-dev": {
"irazasyed/docgen": "^0.2",
"pestphp/pest": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"rector/rector": "^0.16"
"rector/rector": "^1.0"
},
"suggest": {
"irazasyed/larasupport": "Allows you to use any Laravel Package in Lumem"
Expand Down

0 comments on commit b75072d

Please sign in to comment.