Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d83c8bb
)
Add doctrine requires
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 29 Oct 2019 14:41:50 +0000
(15:41 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 29 Oct 2019 14:41:50 +0000
(15:41 +0100)
Add swiftmailer requires
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index c2835c0f893eca97808f48ae088a476a82012731..b6dad933bc8f8f2e6f5caa7d6fb6112ea36c1d49 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-121,7
+121,9
@@
"symfony/translation": "*",
"symfony/twig-bundle": "*",
"symfony/validator": "*",
- "doctrine/data-fixtures": "*",
+ "doctrine/doctrine-bundle": "*",
+ "doctrine/doctrine-fixtures-bundle": "*",
+ "swiftmailer/swiftmailer": "*",
"twig/extensions": "^1.5"
}
}