We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 966adbd + 2998eb5 commit d2eb7ecCopy full SHA for d2eb7ec
composer.json
@@ -16,15 +16,15 @@
16
17
"require": {
18
"php": ">=7.2",
19
- "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
+ "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
20
},
21
22
"require-dev": {
23
"phpstan/phpstan": "^1.12.32",
24
"phpstan/phpstan-phpunit": "^1.3",
25
"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",
+ "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.0",
28
"jetbrains/phpstorm-attributes": "*"
29
30
0 commit comments