Skip to content

Commit

Permalink
Merge pull request #2 from comur/master
Browse files Browse the repository at this point in the history
Symfony 6
  • Loading branch information
gam6itko authored Jan 26, 2023
2 parents d71d86d + 5ea2871 commit 927ecd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"symfony/mailer": "^4.4|^5.0"
"symfony/mailer": "^4.4|^5.0|^6.0"
},
"require-dev": {
"dg/bypass-finals": "^1.2",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.4||^8.0||^9.0",
"symfony/http-client": "^4.4|^5.0"
"symfony/http-client": "^4.4|^5.0|^6.0"
},
"autoload": {
"psr-4": {"Gam6itko\\Symfony\\Mailer\\SparkPost\\": "src"}
Expand Down

0 comments on commit 927ecd6

Please sign in to comment.