Skip to content

Commit fd0b6da

Browse files
committed
Minor update to dependencies.
1 parent f2e0ada commit fd0b6da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"ext-curl": "*",
2828
"ext-simplexml": "*",
2929
"ext-mbstring": "*",
30-
"marc-mabe/php-enum": "^4.7"
30+
"marc-mabe/php-enum": "^4.7.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^9.6.4",
3434
"fakerphp/faker": "^1.21",
35-
"friendsofphp/php-cs-fixer": "^3.13.2",
36-
"squizlabs/php_codesniffer": "^3.7.1",
35+
"friendsofphp/php-cs-fixer": "^3.13.4",
36+
"squizlabs/php_codesniffer": "^3.7.2",
3737
"phploc/phploc": "^7.0.2",
38-
"nunomaduro/phpinsights": "^v2.6.1",
38+
"nunomaduro/phpinsights": "^v2.7.0",
3939
"bmitch/churn-php": "^1.7.1",
40-
"phpmetrics/phpmetrics": "^v2.8",
41-
"wapmorgan/php-deprecation-detector": "^2.0"
40+
"phpmetrics/phpmetrics": "^v2.8.1",
41+
"wapmorgan/php-deprecation-detector": "^2.0.29"
4242
},
4343
"scripts": {
4444
"test": "./vendor/bin/phpunit",

0 commit comments

Comments
 (0)