Skip to content

Commit 8ad3e16

Browse files
committed
Allow Symfony 7
1 parent 89f6fde commit 8ad3e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": "^7.4 | ^8.0",
3434
"ext-pcntl": "*",
35-
"symfony/console": "^4.4 | ^5.4 | ^6.0"
35+
"symfony/console": "^4.4 | ^5.4 | ^6.0 | ^7.0"
3636
},
3737
"require-dev": {
3838
"facile-it/facile-coding-standard": "^0.5.2",
@@ -42,7 +42,7 @@
4242
"phpstan/phpstan-phpunit": "^1.3",
4343
"phpunit/phpunit": "^9.6.6",
4444
"phpspec/prophecy-phpunit": "^2.0",
45-
"symfony/phpunit-bridge": "^5.2",
45+
"symfony/phpunit-bridge": "^6.4",
4646
"vimeo/psalm": "^4.6"
4747
}
4848
}

0 commit comments

Comments
 (0)