Skip to content

Commit 4a09869

Browse files
committed
Fix build
1 parent 8239381 commit 4a09869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"overtrue/phplint": "^1.1",
1616
"phpstan/phpstan": "^1",
1717
"phpunit/phpunit": "^8 || ^9",
18-
"squizlabs/php_codesniffer": "^3.4"
18+
"squizlabs/php_codesniffer": "^3.4",
19+
"symfony/event-dispatcher": "6.0.*"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)