Skip to content

Commit

Permalink
dependency cleanup
Browse files Browse the repository at this point in the history
- removed symfony/config dependency
- removed symfony/event-dispatcher dependency
- added symfony/event-dispatcher-contracts dependency
  • Loading branch information
wickedOne committed Jan 7, 2023
1 parent 92305a7 commit 91ad252
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 309 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"php": "~8.1.0 || ~8.2.0",
"psr/cache": "^3.0",
"psr/event-dispatcher": "^1.0",
"symfony/config": "^5.4.16|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/event-dispatcher-contracts": "^3.2",
"symfony/http-client": "^5.4.16|^6.0",
"symfony/mime": "^5.4.16|^6.0",
"symfony/translation": "^5.4.16|^6.0"
Expand Down
Loading

0 comments on commit 91ad252

Please sign in to comment.