Skip to content

Commit

Permalink
Add symfony/twig-bundle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitro-N committed Oct 10, 2024
1 parent b7ad1a8 commit 6e409d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"require": {
"symfony/http-foundation": "^2.7|^3.0|^4.0",
"symfony/form": "^2.7|^3.0|^4.0",
"symfony/security-bundle": "^2.7|^3.0|^4.0"
"symfony/security-bundle": "^2.7|^3.0|^4.0",
"symfony/twig-bundle": "^2.7|^3.0|^4.0"
},
"autoload": {
"psr-4": { "Glavweb\\SecurityBundle\\": "" }
Expand Down

0 comments on commit 6e409d3

Please sign in to comment.