Skip to content

Commit 2e12644

Browse files
authored
Merge pull request #49 from inpsyde/update-dependencies
Update Composer dependencies
2 parents 7ec5015 + 1ac98da commit 2e12644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"minimum-stability": "stable",
3030
"require": {
3131
"php": ">=7",
32-
"squizlabs/php_codesniffer": "~3.5.6",
32+
"squizlabs/php_codesniffer": "~3.6.0",
3333
"dealerdirect/phpcodesniffer-composer-installer": "~0.7.0",
3434
"wp-coding-standards/wpcs": "^2.3",
3535
"automattic/vipwpcs": "^2.2",
3636
"phpcompatibility/php-compatibility": "^9.3.5",
3737
"automattic/phpcs-neutron-standard": "^1.6.0"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "6.5.* || 9.4.*",
40+
"phpunit/phpunit": "~6.5.0 || ~9.5.0",
4141
"vimeo/psalm": "@stable"
4242
},
4343
"autoload-dev": {

0 commit comments

Comments
 (0)