mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-27 07:58:24 +08:00
Bumps the composer group with 1 update in the / directory: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit). Updates `phpunit/phpunit` from 11.5.55 to 12.5.22 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.22/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.55...12.5.22) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.22 dependency-type: direct:development dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
545 B
JSON
19 lines
545 B
JSON
{
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"phpstan/phpstan": "^2.0",
|
|
"php-stubs/wp-cli-stubs": "^2",
|
|
"szepeviktor/phpstan-wordpress": "^2.0",
|
|
"php-stubs/wordpress-stubs": "^6",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phpunit/phpunit": "^12.5"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|