Skip to content

Commit

Permalink
Update composer.lock for package adjustments and removals
Browse files Browse the repository at this point in the history
Switched various packages from the primary list to the dev list, and removed several other packages from the lock file. These changes optimize dependency management and clarify package usage in development environments.
  • Loading branch information
koriym committed Nov 19, 2024
1 parent 466f2e1 commit d9585e3
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 2,058 deletions.
12 changes: 6 additions & 6 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"require": {
"require-dev": {
"doctrine/coding-standard": "^11",
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpmd/phpmd": "^2.15",
"phpmetrics/phpmetrics": "^2.8",
"phpstan/phpstan": "^2.0",
"psalm/plugin-phpunit": "^0.13",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.2"
"squizlabs/php_codesniffer": "^3.11",
"vimeo/psalm": "^5.26",
"maglnet/composer-require-checker": "^4.14"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit d9585e3

Please sign in to comment.