Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b47b239

Browse files
Merge branch '5.2' into 5.x
* 5.2: Cleanup composer.json files [Notifier] Add PHP 8 support for bridges
2 parents c6de408 + 5af70a1 commit b47b239

File tree

7 files changed

+8
-12
lines changed

7 files changed

+8
-12
lines changed

src/Symfony/Component/Mailer/Bridge/Mailjet/composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": ">=7.2.5",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {
2323
"symfony/http-client": "^4.4|^5.0"
2424
},
2525
"autoload": {
26-
"psr-4": {
27-
"Symfony\\Component\\Mailer\\Bridge\\Mailjet\\": ""
28-
},
26+
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Mailjet\\": "" },
2927
"exclude-from-classmap": [
3028
"/Tests/"
3129
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
2121
"symfony/notifier": "^5.2"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.4|^5.0",
2121
"symfony/notifier": "^5.2"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2.5",
23+
"php": ">=7.2.5",
2424
"symfony/http-client": "^4.3|^5.0",
2525
"symfony/notifier": "^5.2"
2626
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"ext-json": "*",
20-
"php": "^7.2.5",
20+
"php": ">=7.2.5",
2121
"symfony/http-client": "^4.3|^5.0",
2222
"symfony/notifier": "^5.2"
2323
},

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"symfony/notifier": "^5.2"
2222
},
2323
"autoload": {
24-
"psr-4": {
25-
"Symfony\\Component\\Notifier\\Bridge\\Smsapi\\": ""
26-
},
24+
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Smsapi\\": "" },
2725
"exclude-from-classmap": [
2826
"/Tests/"
2927
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": ">=7.2.5",
2020
"symfony/http-client": "^4.3|^5.0",
2121
"symfony/notifier": "^5.2"
2222
},

0 commit comments

Comments
 (0)