Skip to content

Commit d2eb7ec

Browse files
authored
Merge pull request #875 from nikophil/chore/allow-sf-8
chore: allow Symfony 8
2 parents 966adbd + 2998eb5 commit d2eb7ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
"require": {
1818
"php": ">=7.2",
19-
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
19+
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
2020
},
2121

2222
"require-dev": {
2323
"phpstan/phpstan": "^1.12.32",
2424
"phpstan/phpstan-phpunit": "^1.3",
2525
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
26-
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
27-
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
26+
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
27+
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.0",
2828
"jetbrains/phpstorm-attributes": "*"
2929
},
3030

0 commit comments

Comments
 (0)