Skip to content

Commit

Permalink
chore(composer): add missing require dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thislg committed Apr 26, 2024
1 parent 144b61c commit 5647fe2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/mailer": "^5.4|^6.0|^7.0",
"symfony/maker-bundle": "^1.36"
"symfony/maker-bundle": "^1.36",
"symfony/twig-bridge": "^5.4|^6.0|^7.0"
},
"suggest": {
"symfony/mailer": "to enable support for email reports"
"symfony/mailer": "to enable support for email reports",
"symfony/twig-bridge": "to enable support for templated emails reports"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 5647fe2

Please sign in to comment.