Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Don't require exact event-dispatcher version
  • Loading branch information
prudloff-insite authored Oct 21, 2024
1 parent bb85c2d commit e50912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"league/container": "^3.3.1 || ^4.0",
"phpowermove/docblock": "^4.0",
"symfony/console": "^6 || ^7",
"symfony/event-dispatcher": "6 || ^7",
"symfony/event-dispatcher": "^6 || ^7",
"symfony/filesystem": "^6 || ^7",
"symfony/finder": "^6 || ^7",
"symfony/process": "^6 || ^7",
Expand Down

0 comments on commit e50912f

Please sign in to comment.