We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc578ef commit 46b9dbeCopy full SHA for 46b9dbe
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to `telegram` will be documented in this file
4
5
## Unreleased
6
7
+- Add Laravel 9 Support.
8
+
9
## 1.0.0 - 2021-12-11
10
11
- Register Telegram instance to container.
composer.json
@@ -22,9 +22,9 @@
22
"php": "^7.2 || ^8.0",
23
"ext-json": "*",
24
"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"
+ "illuminate/contracts": "5.5 - 9",
+ "illuminate/notifications": "5.5 - 9",
+ "illuminate/support": "5.5 - 9"
28
},
29
"require-dev": {
30
"mockery/mockery": "^1.3",
0 commit comments