We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 831c125 + 9d6126c commit fdd4b3fCopy full SHA for fdd4b3f
CHANGELOG.md
@@ -23,6 +23,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
23
- Nothing
24
--->
25
26
+## 1.6.1 - 2020-07-03
27
+
28
+### Fixed
29
+- fixed phpdocumentor/reflection-docblock version #33.
30
31
## 1.6.0 - 2020-06-06
32
33
#### June 4, 2020
composer.json
@@ -25,7 +25,7 @@
"require": {
"php": ">7.2",
"ext-json": "*",
- "phpdocumentor/reflection-docblock": "^4.3",
+ "phpdocumentor/reflection-docblock": "^4.3|^5.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
0 commit comments