Skip to content

Commit

Permalink
Remove unused dependencies from composer.json
Browse files Browse the repository at this point in the history
Deleted unnecessary dependencies 'phpmd/phpmd', 'ray/object-visual-grapher', 'ray/rector-ray', 'rector/rector', and 'symfony/process' to streamline the project. This helps in reducing clutter and potential security risks associated with unused packages.
  • Loading branch information
koriym committed Nov 24, 2024
1 parent d953d97 commit dff7840
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@
"bamarni/composer-bin-plugin": "^1.8",
"koriym/attributes": "^1.0.1",
"madapaja/twig-module": "^2.3",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^9.5.28",
"predis/predis": "^2.2",
"ray/object-visual-grapher": "^1.0",
"ray/rector-ray": "^1.0",
"rector/rector": "^1.2.4",
"symfony/process": "^4.3 || ^5.4 || ^6.1 || ^7.1",
"twig/twig": "^2.15.3 || ^3.4.3"
},
Expand Down

0 comments on commit dff7840

Please sign in to comment.