8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935f1a commit 72a702cCopy full SHA for 72a702c
src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php
@@ -29,7 +29,8 @@ class NovuTransport extends AbstractTransport
29
protected const HOST = 'web.novu.co';
30
31
public function __construct(
32
- #[\SensitiveParameter] protected string $apiKey,
+ #[\SensitiveParameter]
33
+ protected string $apiKey,
34
HttpClientInterface $client = null,
35
EventDispatcherInterface $dispatcher = null
36
) {
src/Symfony/Component/Notifier/Bridge/Novu/composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": ">=8.1",
20
"symfony/http-client": "^5.4|^6.0|^7.0",
21
- "symfony/notifier": "^6.2.7|^7.0"
+ "symfony/notifier": "^6.4"
22
},
23
"autoload": {
24
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Novu\\": "" },
0 commit comments