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 75876a1 commit 207bccdCopy full SHA for 207bccd
changelog.md
@@ -2,7 +2,15 @@
2
3
All notable changes to `LaravelTelegramBot` will be documented in this file.
4
5
-## Version 2.0
+## Version 2.1.0
6
+
7
+### Added
8
+- Support for Laravel 10
9
10
+### Changed
11
+- Bump to core version 0.81.0
12
13
+## Version 2.0.0
14
15
### Added
16
- Everything
composer.json
@@ -46,5 +46,10 @@
46
}
47
},
48
"minimum-stability": "dev",
49
- "prefer-stable": true
+ "prefer-stable": true,
50
+ "config": {
51
+ "allow-plugins": {
52
+ "dealerdirect/phpcodesniffer-composer-installer": true
53
+ }
54
55
0 commit comments