We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2816357 commit c3bfe96Copy full SHA for c3bfe96
composer.json
@@ -37,11 +37,11 @@
37
"php-http/mock-client": "^1.6",
38
"php-parallel-lint/php-parallel-lint": "~1.3",
39
"phpstan/phpstan": "^2.1",
40
- "phpunit/php-code-coverage": "^12.0",
41
- "phpunit/phpunit": "^12.0",
+ "phpunit/php-code-coverage": "^10.0 | ^12.0",
+ "phpunit/phpunit": "^10.0 | ^12.0",
42
"rector/rector": "^2.0",
43
"squizlabs/php_codesniffer": "~3.5",
44
- "symfony/var-dumper": "^7.0"
+ "symfony/var-dumper": "^6.0 | ^7.0"
45
},
46
"scripts": {
47
"php-cs-fixer": "php-cs-fixer fix",
0 commit comments