Skip to content

Commit 7f02384

Browse files
committed
Remove unused development dependencies
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 4fef07d commit 7f02384

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)