Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin committed Oct 23, 2023
1 parent 0ebcb5a commit 3ff6921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"symbol-whitelist" : [
"olvlvl\\ComposerAttributeCollector\\Attributes",
"Psr\\Container\\ContainerInterface",
"Yiisoft\\VarDumper\\VarDumper",
"Yiisoft\\Yii\\Debug\\Debugger",
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
}
},
"suggest": {
"yiisoft/router-fastroute": "Router implementation based on nikic/FastRoute",
"olvlvl/composer-attribute-collector": "Required to register routes using PHP attributes"
"yiisoft/router-fastroute": "Router implementation based on nikic/FastRoute"
},
"extra": {
"config-plugin-options": {
Expand All @@ -70,8 +69,7 @@
"allow-plugins": {
"infection/extension-installer": true,
"composer/package-versions-deprecated": true,
"yiisoft/config": false,
"olvlvl/composer-attribute-collector": true
"yiisoft/config": false
}
},
"scripts": {
Expand Down

0 comments on commit 3ff6921

Please sign in to comment.