Skip to content

Commit

Permalink
Added symfony 6 for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
comur authored Jan 25, 2023
1 parent d71d86d commit 5ea2871
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 5ea2871

Please sign in to comment.