Skip to content

Commit cd1366d

Browse files
authored
feat: Symfony 7 support (#19)
1 parent 8861e1b commit cd1366d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/zenstruck/console-test",
55
"type": "library",
66
"license": "MIT",
7-
"keywords": ["console", "symfony", "test", "command"],
7+
"keywords": ["console", "symfony", "test", "command", "dev"],
88
"authors": [
99
{
1010
"name": "Kevin Bond",
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": ">=8.0",
16-
"symfony/console": "^5.4|^6.0",
16+
"symfony/console": "^5.4|^6.0|^7.0",
1717
"zenstruck/assert": "^1.0"
1818
},
1919
"require-dev": {
2020
"phpstan/phpstan": "^1.4",
2121
"phpunit/phpunit": "^9.5.0",
22-
"symfony/framework-bundle": "^5.4|^6.0",
23-
"symfony/phpunit-bridge": "^6.2"
22+
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
23+
"symfony/phpunit-bridge": "^6.2|^7.0"
2424
},
2525
"config": {
2626
"preferred-install": "dist",

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<php>
1212
<ini name="error_reporting" value="-1" />
1313
<env name="KERNEL_CLASS" value="Zenstruck\Console\Test\Tests\Fixture\Kernel" />
14-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0"/>
14+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0&amp;quiet[]=indirect&amp;quiet[]=other"/>
1515
<env name="COLUMNS" value="120" />
1616
<env name="SHELL_VERBOSITY" value="-1"/>
1717
</php>

0 commit comments

Comments
 (0)