Skip to content

Commit fdd4b3f

Browse files
authored
Merge pull request #38 from tg-bot-api/feature/#37-reflection-docblock-version
#37: fixed phpdocumentor/reflection-docblock version support
2 parents 831c125 + 9d6126c commit fdd4b3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2323
- Nothing
2424
--->
2525

26+
## 1.6.1 - 2020-07-03
27+
28+
### Fixed
29+
- fixed phpdocumentor/reflection-docblock version #33.
30+
2631
## 1.6.0 - 2020-06-06
2732

2833
#### June 4, 2020

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">7.2",
2727
"ext-json": "*",
28-
"phpdocumentor/reflection-docblock": "^4.3",
28+
"phpdocumentor/reflection-docblock": "^4.3|^5.0",
2929
"psr/http-client": "^1.0",
3030
"psr/http-factory": "^1.0",
3131
"psr/http-message": "^1.0",

0 commit comments

Comments
 (0)