Skip to content

Commit a027ae4

Browse files
authored
Remove unused development dependencies (#33)
Remove symfony/dependency-injection and symfony/event-dispatcher from require-dev as they are not used in the codebase. The project uses psr/event-dispatcher interface instead of symfony's implementation.
1 parent 226bc96 commit a027ae4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"phpunit/phpunit": "^10.5",
3636
"psr/cache": "^3.0",
3737
"symfony/console": "^6.4 || ^7.0",
38-
"symfony/dependency-injection": "^6.4 || ^7.0",
39-
"symfony/event-dispatcher": "^6.4 || ^7.0",
4038
"symfony/process": "^6.4 || ^7.0"
4139
},
4240
"suggest": {

0 commit comments

Comments
 (0)