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

Skip to content

Commit 5af70a1

Browse files
Cleanup composer.json files
1 parent 97c6be6 commit 5af70a1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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/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
]

0 commit comments

Comments
 (0)