Skip to content

Commit 35a8470

Browse files
authored
Merge pull request php-webdriver#1079 from Chris53897/feature/symfony-7-for-dev
Allow symfony/var-dumper v7
2 parents cd52d93 + 2d0a589 commit 35a8470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php-parallel-lint/php-parallel-lint": "^1.2",
2828
"phpunit/phpunit": "^9.3",
2929
"squizlabs/php_codesniffer": "^3.5",
30-
"symfony/var-dumper": "^5.0 || ^6.0"
30+
"symfony/var-dumper": "^5.0 || ^6.0 || ^7.0"
3131
},
3232
"replace": {
3333
"facebook/webdriver": "*"

0 commit comments

Comments
 (0)