Skip to content

Commit ceb986a

Browse files
authored
Composer
1 parent 1800164 commit ceb986a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"php": ">=7.4"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^9.*",
18-
"yoast/phpunit-polyfills": "^2.*",
19-
"squizlabs/php_codesniffer": "^3.*",
20-
"wp-coding-standards/wpcs": "^3.*",
21-
"phpcsstandards/phpcsextra": "^1.*",
22-
"dealerdirect/phpcodesniffer-composer-installer": "^1.*",
23-
"friendsofphp/php-cs-fixer": "^3.*",
24-
"php-stubs/wordpress-stubs": "^6.*",
25-
"szepeviktor/phpstan-wordpress": "^2.*",
26-
"phpstan/phpstan": "^2.*",
27-
"phpcompatibility/phpcompatibility-wp": "^2.*"
17+
"phpunit/phpunit": "^9.0",
18+
"yoast/phpunit-polyfills": "^2.0",
19+
"squizlabs/php_codesniffer": "^3.7",
20+
"wp-coding-standards/wpcs": "^3.3",
21+
"phpcsstandards/phpcsextra": "^1.5",
22+
"dealerdirect/phpcodesniffer-composer-installer": "^1.2",
23+
"friendsofphp/php-cs-fixer": "^3.94",
24+
"php-stubs/wordpress-stubs": "^6.9",
25+
"szepeviktor/phpstan-wordpress": "^2.0",
26+
"phpstan/phpstan": "^2.1",
27+
"phpcompatibility/phpcompatibility-wp": "^2.1"
2828
},
2929
"scripts": {
3030
"phpcs": "phpcs --standard=phpcs.xml",

0 commit comments

Comments
 (0)