Skip to content

Commit c64fe1a

Browse files
committed
explicitly require symfony/event-dispatcher
1 parent 7f2a39e commit c64fe1a

2 files changed

Lines changed: 214 additions & 212 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"phpstan/phpdoc-parser": "^2.0",
1818
"phpdocumentor/reflection-docblock": "^5.6",
1919
"wondernetwork/php-collection-library": "^10.0",
20-
"monolog/monolog": "^3.10"
20+
"monolog/monolog": "^3.10",
21+
"symfony/event-dispatcher": "^7.4"
2122
},
2223
"license": "MIT",
2324
"autoload": {

0 commit comments

Comments
 (0)