Skip to content

Commit 73555c3

Browse files
authored
Feature: fix working inside a phar (#24)
* allow working inside of phar files * explicitly require symfony/event-dispatcher
1 parent 6eef208 commit 73555c3

4 files changed

Lines changed: 221 additions & 214 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)