Skip to content

Commit

Permalink
Bump ergebnis/composer-normalize from 2.28.3 to 2.42.0 (#13585)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
dependabot[bot] and swissspidy authored Feb 5, 2024
1 parent eba3b68 commit ab287a6
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 175 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"sirbrillig/phpcs-variable-analysis": "^2.8",
"slevomat/coding-standard": "^8.0.0",
"sniccowp/php-scoper-wordpress-excludes": "^6.0",
"swissspidy/phpstan-no-private": "^v0.2.0",
"szepeviktor/phpstan-wordpress": "^v1.1.3",
"swissspidy/phpstan-no-private": "^0.2.0",
"szepeviktor/phpstan-wordpress": "^1.1.3",
"wp-coding-standards/wpcs": "^3.0.0",
"yoast/wp-test-utils": "^1.0.0"
},
Expand All @@ -52,28 +52,28 @@
"prefer-stable": true,
"autoload": {
"psr-4": {
"Google\\Web_Stories\\": "includes",
"AmpProject\\": "vendor/ampproject/amp-wp/lib/common/src",
"AmpProject\\Optimizer\\": "vendor/ampproject/amp-wp/lib/optimizer/src"
"AmpProject\\Optimizer\\": "vendor/ampproject/amp-wp/lib/optimizer/src",
"Google\\Web_Stories\\": "includes"
}
},
"autoload-dev": {
"psr-4": {
"Google\\Web_Stories\\PHPStan\\": "tests/phpstan/src",
"Google\\Web_Stories\\Tests\\Integration\\": "tests/phpunit/integration/includes",
"Google\\Web_Stories\\Tests\\Unit\\": "tests/phpunit/unit/includes",
"Google\\Web_Stories\\Tests\\Shared\\": "tests/phpunit/shared",
"Google\\Web_Stories\\PHPStan\\": "tests/phpstan/src"
"Google\\Web_Stories\\Tests\\Unit\\": "tests/phpunit/unit/includes"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"mcaskill/composer-exclude-files": true,
"phpstan/extension-installer": true,
"civicrm/composer-downloads-plugin": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"civicrm/composer-downloads-plugin": true
"mcaskill/composer-exclude-files": true,
"phpstan/extension-installer": true
},
"discard-changes": true,
"platform": {
Expand Down
Loading

0 comments on commit ab287a6

Please sign in to comment.