Skip to content

Commit 5069489

Browse files
[Notifier] composer.json cleanup
1 parent 7e2a88a commit 5069489

File tree

8 files changed

+27
-44
lines changed

8 files changed

+27
-44
lines changed

src/Symfony/Component/Notifier/Bridge/Clickatell/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
"symfony/http-client": "^4.3|^5.0|^6.0",
2525
"symfony/notifier": "^5.3|^6.0"
2626
},
27-
"require-dev": {
28-
"symfony/event-dispatcher": "^4.3|^5.0|^6.0"
29-
},
3027
"autoload": {
3128
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Clickatell\\": "" },
3229
"exclude-from-classmap": [

src/Symfony/Component/Notifier/Bridge/Discord/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"symfony/notifier": "^5.3|^6.0",
2222
"symfony/polyfill-mbstring": "^1.0"
2323
},
24-
"require-dev": {
25-
"symfony/event-dispatcher": "^4.3|^5.0|^6.0"
26-
},
2724
"autoload": {
2825
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Discord\\": "" },
2926
"exclude-from-classmap": [

src/Symfony/Component/Notifier/Bridge/FakeChat/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"php": ">=7.2.5",
2525
"symfony/http-client": "^4.4|^5.2|^6.0",
2626
"symfony/notifier": "^5.3|^6.0",
27-
"symfony/event-dispatcher-contracts": "^2|^3",
2827
"symfony/mailer": "^5.2|^6.0"
2928
},
3029
"autoload": {

src/Symfony/Component/Notifier/Bridge/FakeSms/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"php": ">=7.2.5",
2525
"symfony/http-client": "^4.4|^5.2|^6.0",
2626
"symfony/notifier": "^5.3|^6.0",
27-
"symfony/event-dispatcher-contracts": "^2|^3",
2827
"symfony/mailer": "^5.2|^6.0"
2928
},
3029
"autoload": {
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "symfony/message-media-notifier",
3-
"type": "symfony-notifier-bridge",
4-
"description": "Symfony MessageMedia Notifier Bridge",
5-
"keywords": ["sms", "messagemedia", "notifier"],
6-
"homepage": "https://symfony.com",
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Adrian Nguyen",
11-
"email": "[email protected]"
2+
"name": "symfony/message-media-notifier",
3+
"type": "symfony-notifier-bridge",
4+
"description": "Symfony MessageMedia Notifier Bridge",
5+
"keywords": ["sms", "messagemedia", "notifier"],
6+
"homepage": "https://symfony.com",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Adrian Nguyen",
11+
"email": "[email protected]"
12+
},
13+
{
14+
"name": "Symfony Community",
15+
"homepage": "https://symfony.com/contributors"
16+
}
17+
],
18+
"require": {
19+
"php": ">=7.2.5",
20+
"symfony/http-client": "^4.4|^5.2|^6.0",
21+
"symfony/notifier": "^5.3|^6.0"
1222
},
13-
{
14-
"name": "Symfony Community",
15-
"homepage": "https://symfony.com/contributors"
16-
}
17-
],
18-
"require": {
19-
"php": ">=7.2.5",
20-
"symfony/http-client": "^4.4|^5.2|^6.0",
21-
"symfony/notifier": "^5.3|^6.0"
22-
},
23-
"autoload": {
24-
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\MessageMedia\\": "" },
25-
"exclude-from-classmap": [
26-
"/Tests/"
27-
]
28-
},
29-
"minimum-stability": "dev"
23+
"autoload": {
24+
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\MessageMedia\\": "" },
25+
"exclude-from-classmap": [
26+
"/Tests/"
27+
]
28+
},
29+
"minimum-stability": "dev"
3030
}

src/Symfony/Component/Notifier/Bridge/OneSignal/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"symfony/http-client": "^4.4|^5.2|^6.0",
2121
"symfony/notifier": "^5.4|^6.0"
2222
},
23-
"require-dev": {
24-
"symfony/event-dispatcher": "^4.3|^5.0|^6.0"
25-
},
2623
"autoload": {
2724
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\OneSignal\\": "" },
2825
"exclude-from-classmap": [

src/Symfony/Component/Notifier/Bridge/Slack/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"symfony/http-client": "^4.3|^5.0|^6.0",
2222
"symfony/notifier": "^5.3|^6.0"
2323
},
24-
"require-dev": {
25-
"symfony/event-dispatcher": "^4.3|^5.0|^6.0"
26-
},
2724
"autoload": {
2825
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Slack\\": "" },
2926
"exclude-from-classmap": [

src/Symfony/Component/Notifier/Bridge/Telegram/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"symfony/http-client": "^4.3|^5.0|^6.0",
2121
"symfony/notifier": "^5.3|^6.0"
2222
},
23-
"require-dev": {
24-
"symfony/event-dispatcher": "^4.3|^5.0|^6.0"
25-
},
2623
"autoload": {
2724
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Telegram\\": "" },
2825
"exclude-from-classmap": [

0 commit comments

Comments
 (0)