Skip to content

Commit

Permalink
feat(composer): Update version in the composer.json file 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drupalwxt-svc committed Apr 15, 2024
1 parent f426ccf commit a5cfb44
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 625 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2

# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php

# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.2",
"drupalwxt/wxt": "5.2.x-dev"
"drupalwxt/wxt": "5.2.2"
},
"require-dev": {
"drupal/core-dev": "^10.2",
Expand Down
Loading

0 comments on commit a5cfb44

Please sign in to comment.