|
31 | 31 | "psr/http-message": "^1.0|^2.0", |
32 | 32 | "psr/log": "^3.0.0", |
33 | 33 | "symfony/cache": "^7.2", |
| 34 | + "symfony/mailer": "^7.2.6", |
34 | 35 | "symfony/process": "^7.1", |
35 | 36 | "symfony/uid": "^7.1", |
36 | 37 | "symfony/var-dumper": "^7.1", |
|
65 | 66 | "rector/rector": "^2.0-rc2", |
66 | 67 | "spatie/phpunit-snapshot-assertions": "^5.1.8", |
67 | 68 | "spaze/phpstan-disallowed-calls": "^4.0", |
| 69 | + "symfony/amazon-mailer": "^7.2.0", |
| 70 | + "symfony/postmark-mailer": "^7.2.6", |
68 | 71 | "symplify/monorepo-builder": "^11.2", |
69 | 72 | "tempest/blade": "^0.1.0", |
70 | 73 | "twig/twig": "^3.16" |
|
88 | 91 | "tempest/icon": "self.version", |
89 | 92 | "tempest/intl": "self.version", |
90 | 93 | "tempest/log": "self.version", |
| 94 | + "tempest/mail": "self.version", |
91 | 95 | "tempest/mapper": "self.version", |
92 | 96 | "tempest/reflection": "self.version", |
93 | 97 | "tempest/router": "self.version", |
|
124 | 128 | "Tempest\\Icon\\": "packages/icon/src", |
125 | 129 | "Tempest\\Intl\\": "packages/intl/src", |
126 | 130 | "Tempest\\Log\\": "packages/log/src", |
| 131 | + "Tempest\\Mail\\": "packages/mail/src", |
127 | 132 | "Tempest\\Mapper\\": "packages/mapper/src", |
128 | 133 | "Tempest\\Reflection\\": "packages/reflection/src", |
129 | 134 | "Tempest\\Router\\": "packages/router/src", |
|
184 | 189 | "Tempest\\Icon\\Tests\\": "packages/icon/tests", |
185 | 190 | "Tempest\\Intl\\Tests\\": "packages/intl/tests", |
186 | 191 | "Tempest\\Log\\Tests\\": "packages/log/tests", |
| 192 | + "Tempest\\Mail\\Tests\\": "packages/mail/tests", |
187 | 193 | "Tempest\\Mapper\\Tests\\": "packages/mapper/tests", |
188 | 194 | "Tempest\\Reflection\\Tests\\": "packages/reflection/tests", |
189 | 195 | "Tempest\\Router\\Tests\\": "packages/router/tests", |
|
0 commit comments