Skip to content

Commit a117a29

Browse files
Change composer require to try and solve low-deps test
1 parent f07cb27 commit a117a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
],
2626
"require": {
2727
"php": ">=8.2",
28-
"symfony/clock": "^7.4|^8.0",
29-
"symfony/mailer": "^7.4|^8.0"
28+
"symfony/clock": "^6.4|^7.4|^8.0",
29+
"symfony/mailer": "^6.4|^7.4|^8.0"
3030
},
3131
"require-dev": {
32-
"symfony/http-client": "^6.4|^7.0|^8.0"
32+
"symfony/http-client": "^6.4|^7.4|^8.0"
3333
},
3434
"autoload": {
3535
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\MicrosoftGraph\\": "" },

0 commit comments

Comments
 (0)