Skip to content

Commit 46b9dbe

Browse files
committed
Add Laravel 9 Support
1 parent bc578ef commit 46b9dbe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to `telegram` will be documented in this file
44

55
## Unreleased
66

7+
- Add Laravel 9 Support.
8+
79
## 1.0.0 - 2021-12-11
810

911
- Register Telegram instance to container.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"php": "^7.2 || ^8.0",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^6.2 || ^7.0",
25-
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0",
26-
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
27-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
25+
"illuminate/contracts": "5.5 - 9",
26+
"illuminate/notifications": "5.5 - 9",
27+
"illuminate/support": "5.5 - 9"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.3",

0 commit comments

Comments
 (0)