Skip to content

Commit b77948d

Browse files
committed
update composer.json
1 parent 4cbd803 commit b77948d

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,16 +16,16 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=7.3",
20-
"phpunit/php-code-coverage": "^9.2"
19+
"php": ">=7.3"
2120
},
2221
"require-dev": {
2322
"phpunit/phpunit": "^9",
2423
"phpstan/phpstan": "^0.12.91",
2524
"vimeo/psalm": "^4.8",
2625
"phpbench/phpbench": "^1.0",
2726
"squizlabs/php_codesniffer": "^3.6",
28-
"phpmd/phpmd": "^2.10"
27+
"phpmd/phpmd": "^2.10",
28+
"phpunit/php-code-coverage": "^9.2"
2929
},
3030
"scripts": {
3131
"tests": "./vendor/bin/phpunit",

0 commit comments

Comments
 (0)