Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 20, 2024
1 parent 931f8b3 commit 4a6dcc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
## 3.0.1 under development

- Enh #202: Add support for `psr/http-message` version `^2.0` (@vjik)
- Chg #222: Make `Route`, `Group` and `MatchingResult` dispatcher-independent (@rustamwin, @vjik)
- Enh #229: Add URL arguments' psalm type in `UrlGeneratorInterface` (@vjik)
- New #203: Added `RouteArgument` attribute for Yii Hydrator (@vjik)
- New #203, #237: Add `RouteArgument` attribute for Yii Hydrator (@vjik)

## 3.0.0 February 17, 2023

Expand Down
13 changes: 1 addition & 12 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
{
"symbol-whitelist" : [
"Psr\\Container\\ContainerInterface",
"Yiisoft\\Hydrator\\Attribute\\Parameter\\ParameterAttributeInterface",
"Yiisoft\\Hydrator\\Attribute\\Parameter\\ParameterAttributeResolverInterface",
"Yiisoft\\Hydrator\\AttributeHandling\\ParameterAttributeResolveContext",
"Yiisoft\\Hydrator\\AttributeHandling\\Exception\\UnexpectedAttributeException",
"Yiisoft\\Hydrator\\Result",
"Yiisoft\\VarDumper\\VarDumper",
"Yiisoft\\Yii\\Debug\\Debugger",
"Yiisoft\\Yii\\Debug\\Collector\\CollectorTrait",
"Yiisoft\\Yii\\Debug\\Collector\\SummaryCollectorInterface",
"Symfony\\Component\\Console\\Command\\Command",
"Symfony\\Component\\Console\\Helper\\Table",
"Symfony\\Component\\Console\\Input\\InputArgument",
"Symfony\\Component\\Console\\Input\\InputInterface",
"Symfony\\Component\\Console\\Output\\OutputInterface",
"Symfony\\Component\\Console\\Style\\SymfonyStyle"
"Yiisoft\\Hydrator\\Result"
]
}

0 comments on commit 4a6dcc7

Please sign in to comment.