|
1 | 1 | {
|
2 |
| - "name": "symfony/brevo-notifier", |
3 |
| - "type": "symfony-notifier-bridge", |
4 |
| - "description": "Symfony Brevo Notifier Bridge", |
5 |
| - "keywords": [ |
6 |
| - "brevo", |
7 |
| - "notifier" |
8 |
| - ], |
9 |
| - "homepage": "https://symfony.com", |
10 |
| - "license": "MIT", |
11 |
| - "authors": [ |
12 |
| - { |
13 |
| - "name": "Pierre Tanguy", |
14 |
| - "homepage": "https://github.com/petanguy" |
| 2 | + "name": "symfony/brevo-notifier", |
| 3 | + "type": "symfony-notifier-bridge", |
| 4 | + "description": "Symfony Brevo Notifier Bridge", |
| 5 | + "keywords": ["brevo", "notifier"], |
| 6 | + "homepage": "https://symfony.com", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Pierre Tanguy", |
| 11 | + "homepage": "https://github.com/petanguy" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Symfony Community", |
| 15 | + "homepage": "https://symfony.com/contributors" |
| 16 | + } |
| 17 | + ], |
| 18 | + "require": { |
| 19 | + "php": ">=8.1", |
| 20 | + "symfony/http-client": "^5.4|^6.0", |
| 21 | + "symfony/notifier": "^6.3" |
15 | 22 | },
|
16 |
| - { |
17 |
| - "name": "Symfony Community", |
18 |
| - "homepage": "https://symfony.com/contributors" |
19 |
| - } |
20 |
| - ], |
21 |
| - "require": { |
22 |
| - "php": ">=8.1", |
23 |
| - "symfony/http-client": "^5.4|^6.0", |
24 |
| - "symfony/notifier": "^6.3" |
25 |
| - }, |
26 |
| - "require-dev": { |
27 |
| - "symfony/event-dispatcher": "^5.4|^6.0" |
28 |
| - }, |
29 |
| - "autoload": { |
30 |
| - "psr-4": {"Symfony\\Component\\Notifier\\Bridge\\Brevo\\": ""}, |
31 |
| - "exclude-from-classmap": [ |
32 |
| - "/Tests/" |
33 |
| - ] |
34 |
| - }, |
35 |
| - "minimum-stability": "dev" |
| 23 | + "require-dev": { |
| 24 | + "symfony/event-dispatcher": "^5.4|^6.0" |
| 25 | + }, |
| 26 | + "autoload": { |
| 27 | + "psr-4": {"Symfony\\Component\\Notifier\\Bridge\\Brevo\\": ""}, |
| 28 | + "exclude-from-classmap": [ |
| 29 | + "/Tests/" |
| 30 | + ] |
| 31 | + }, |
| 32 | + "minimum-stability": "dev" |
36 | 33 | }
|
| 34 | + |
0 commit comments