Skip to content

Commit c3bfe96

Browse files
committed
update composer.json for compatibility with php >=8.1
1 parent 2816357 commit c3bfe96

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
@@ -37,11 +37,11 @@
3737
"php-http/mock-client": "^1.6",
3838
"php-parallel-lint/php-parallel-lint": "~1.3",
3939
"phpstan/phpstan": "^2.1",
40-
"phpunit/php-code-coverage": "^12.0",
41-
"phpunit/phpunit": "^12.0",
40+
"phpunit/php-code-coverage": "^10.0 | ^12.0",
41+
"phpunit/phpunit": "^10.0 | ^12.0",
4242
"rector/rector": "^2.0",
4343
"squizlabs/php_codesniffer": "~3.5",
44-
"symfony/var-dumper": "^7.0"
44+
"symfony/var-dumper": "^6.0 | ^7.0"
4545
},
4646
"scripts": {
4747
"php-cs-fixer": "php-cs-fixer fix",

0 commit comments

Comments
 (0)