Skip to content

Commit 4fcfacd

Browse files
committed
Generally upgrade dev dependencies
1 parent 336a3c6 commit 4fcfacd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~7.5 | ~9.0",
22-
"squizlabs/php_codesniffer": "^3.5",
2321
"corpus/coding-standard": "^0.6.0",
24-
"friendsofphp/php-cs-fixer": "^2.17",
25-
"phpstan/phpstan": "^1.12"
22+
"friendsofphp/php-cs-fixer": "^3.4",
23+
"phpstan/phpstan": "^1.12",
24+
"phpunit/phpunit": "^9.6",
25+
"squizlabs/php_codesniffer": "^3.5"
2626
},
2727
"config": {
2828
"allow-plugins": {

0 commit comments

Comments
 (0)