Skip to content

Commit

Permalink
Lock phpstan/phpdoc-parser to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMeshok committed Nov 15, 2024
1 parent 0dbc341 commit cc5d4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [GH#185](https://github.com/jolicode/automapper/pull/185) Fix constructor with default parameter array does not work with constructor_arguments context
- [GH#187](https://github.com/jolicode/automapper/pull/187) Fix regression after [GH#184](https://github.com/jolicode/automapper/pull/184)
- [GH#192](https://github.com/jolicode/automapper/pull/192) Fix source and context not passed to callable transformer
- [GH#205](https://github.com/jolicode/automapper/pull/205) Lock phpstan/phpdoc-parser to v1

## [9.1.2] - 2024-09-03
### Fixed
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"symfony/lock": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"phpdocumentor/type-resolver": "^1.7"
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"api-platform/core": "^3.0.4",
Expand Down

0 comments on commit cc5d4ac

Please sign in to comment.