Skip to content

Commit 207bccd

Browse files
committed
Version 2.1.0
1 parent 75876a1 commit 207bccd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
All notable changes to `LaravelTelegramBot` will be documented in this file.
44

5-
## Version 2.0
5+
## 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
614

715
### Added
816
- Everything

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@
4646
}
4747
},
4848
"minimum-stability": "dev",
49-
"prefer-stable": true
49+
"prefer-stable": true,
50+
"config": {
51+
"allow-plugins": {
52+
"dealerdirect/phpcodesniffer-composer-installer": true
53+
}
54+
}
5055
}

0 commit comments

Comments
 (0)