Skip to content

Commit

Permalink
feat: Symfony 7 support (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Oct 24, 2023
1 parent 5818e26 commit 93306fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/zenstruck/mailer-test",
"type": "library",
"license": "MIT",
"keywords": ["mailer", "symfony", "test"],
"keywords": ["mailer", "symfony", "test", "dev"],
"authors": [
{
"name": "Kevin Bond",
Expand All @@ -13,18 +13,18 @@
],
"require": {
"php": ">=8.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/mailer": "^5.4|^6.0",
"zenstruck/assert": "^1.0",
"zenstruck/callback": "^1.1"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9.5.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/var-dumper": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0",
"zenstruck/browser": "^1.0"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<php>
<ini name="error_reporting" value="-1" />
<server name="KERNEL_CLASS" value="Zenstruck\Mailer\Test\Tests\Fixture\Kernel" />
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0"/>
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0&amp;quiet[]=indirect&amp;quiet[]=other"/>
<server name="SHELL_VERBOSITY" value="-1"/>
</php>

Expand Down

0 comments on commit 93306fb

Please sign in to comment.