Skip to content

Commit

Permalink
Remove maglnet/composer-require-checker and update composer config
Browse files Browse the repository at this point in the history
Removed the "maglnet/composer-require-checker" and "webmozart/glob" packages from composer.lock and composer.json. Also, updated the "allow-plugins" configuration to disable "dealerdirect/phpcodesniffer-composer-installer". These changes streamline dependencies and improve plugin security settings.
  • Loading branch information
koriym committed Nov 19, 2024
1 parent d9585e3 commit 2b9038c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 134 deletions.
5 changes: 2 additions & 3 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"phpmetrics/phpmetrics": "^2.8",
"phpstan/phpstan": "^2.0",
"squizlabs/php_codesniffer": "^3.11",
"vimeo/psalm": "^5.26",
"maglnet/composer-require-checker": "^4.14"
"vimeo/psalm": "^5.26"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": false
}
}
}
132 changes: 1 addition & 131 deletions vendor-bin/tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b9038c

Please sign in to comment.