Skip to content

Commit cc5d4ac

Browse files
committed
Lock phpstan/phpdoc-parser to v1
1 parent 0dbc341 commit cc5d4ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- [GH#185](https://github.com/jolicode/automapper/pull/185) Fix constructor with default parameter array does not work with constructor_arguments context
2020
- [GH#187](https://github.com/jolicode/automapper/pull/187) Fix regression after [GH#184](https://github.com/jolicode/automapper/pull/184)
2121
- [GH#192](https://github.com/jolicode/automapper/pull/192) Fix source and context not passed to callable transformer
22+
- [GH#205](https://github.com/jolicode/automapper/pull/205) Lock phpstan/phpdoc-parser to v1
2223

2324
## [9.1.2] - 2024-09-03
2425
### Fixed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"symfony/lock": "^6.4 || ^7.0",
2525
"symfony/property-info": "^6.4 || ^7.0",
2626
"symfony/property-access": "^6.4 || ^7.0",
27-
"phpdocumentor/type-resolver": "^1.7"
27+
"phpdocumentor/type-resolver": "^1.7",
28+
"phpstan/phpdoc-parser": "^1.13"
2829
},
2930
"require-dev": {
3031
"api-platform/core": "^3.0.4",

0 commit comments

Comments
 (0)