Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4426b2b
)
Add missing require on symfony/twig-bundle
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 28 Oct 2019 20:49:14 +0000
(21:49 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 28 Oct 2019 20:49:14 +0000
(21:49 +0100)
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index 1e05c10adbc9114239e44b614714b4fdf0546d39..a115562b411cef738f2a5a65c476ffba364f0a9d 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-118,6
+118,7
@@
"symfony/routing": "*",
"symfony/security": "*",
"symfony/translation": "*",
+ "symfony/twig-bundle": "*",
"doctrine/data-fixtures": "*",
"twig/extensions": "^1.5"
}