Skip to content

Commit 96f4626

Browse files
DavidPrevotfabpot
authored andcommitted
Update dependencies in the main component
1 parent 6c5faef commit 96f4626

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"require": {
1919
"php": "^7.1.3",
2020
"ext-xml": "*",
21-
"doctrine/collections": "~1.0",
2221
"doctrine/event-manager": "~1.0",
2322
"doctrine/persistence": "~1.0",
2423
"fig/link-util": "^1.0",
@@ -27,7 +26,6 @@
2726
"psr/container": "^1.0",
2827
"psr/link": "^1.0",
2928
"psr/log": "~1.0",
30-
"psr/simple-cache": "^1.0",
3129
"symfony/contracts": "^1.1",
3230
"symfony/polyfill-ctype": "~1.8",
3331
"symfony/polyfill-intl-icu": "~1.0",
@@ -38,6 +36,7 @@
3836
},
3937
"replace": {
4038
"symfony/asset": "self.version",
39+
"symfony/amazon-mailer": "self.version",
4140
"symfony/browser-kit": "self.version",
4241
"symfony/cache": "self.version",
4342
"symfony/config": "self.version",
@@ -55,17 +54,22 @@
5554
"symfony/finder": "self.version",
5655
"symfony/form": "self.version",
5756
"symfony/framework-bundle": "self.version",
57+
"symfony/google-mailer": "self.version",
5858
"symfony/http-client": "self.version",
5959
"symfony/http-foundation": "self.version",
6060
"symfony/http-kernel": "self.version",
6161
"symfony/inflector": "self.version",
6262
"symfony/intl": "self.version",
6363
"symfony/ldap": "self.version",
6464
"symfony/lock": "self.version",
65+
"symfony/mailchimp-mailer": "self.version",
66+
"symfony/mailer": "self.version",
67+
"symfony/mailgun-mailer": "self.version",
6568
"symfony/messenger": "self.version",
6669
"symfony/mime": "self.version",
6770
"symfony/monolog-bridge": "self.version",
6871
"symfony/options-resolver": "self.version",
72+
"symfony/postmark-mailer": "self.version",
6973
"symfony/process": "self.version",
7074
"symfony/property-access": "self.version",
7175
"symfony/property-info": "self.version",
@@ -77,6 +81,7 @@
7781
"symfony/security-guard": "self.version",
7882
"symfony/security-http": "self.version",
7983
"symfony/security-bundle": "self.version",
84+
"symfony/sendgrid-mailer": "self.version",
8085
"symfony/serializer": "self.version",
8186
"symfony/stopwatch": "self.version",
8287
"symfony/templating": "self.version",
@@ -96,6 +101,7 @@
96101
"cache/integration-tests": "dev-master",
97102
"doctrine/annotations": "~1.0",
98103
"doctrine/cache": "~1.6",
104+
"doctrine/collections": "~1.0",
99105
"doctrine/data-fixtures": "1.0.*",
100106
"doctrine/dbal": "~2.4",
101107
"doctrine/orm": "~2.4,>=2.4.5",
@@ -107,6 +113,7 @@
107113
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
108114
"predis/predis": "~1.1",
109115
"psr/http-client": "^1.0",
116+
"psr/simple-cache": "^1.0",
110117
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
111118
"symfony/phpunit-bridge": "~3.4|~4.0",
112119
"symfony/security-acl": "~2.8|~3.0",

0 commit comments

Comments
 (0)