Skip to content

Commit

Permalink
⬆️ WordPress 6.7 and Twenty Twenty-Five (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Nov 13, 2024
1 parent 6acbb24 commit 6bd9759
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/mu-plugins/*/
web/app/themes/twentytwentyfour/
web/app/themes/twentytwentyfive/
web/app/upgrade
web/app/uploads/*
!web/app/uploads/.gitkeep
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "6.6.2",
"roots/wordpress": "6.7",
"roots/wp-config": "1.0.0",
"roots/wp-password-bcrypt": "1.2.0",
"wpackagist-theme/twentytwentyfour": "^1.0"
"wpackagist-theme/twentytwentyfive": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.1",
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Ignore WordPress and Composer dependencies -->
<exclude-pattern>web/wp</exclude-pattern>
<exclude-pattern>web/app/themes/twentytwentyfour/</exclude-pattern>
<exclude-pattern>web/app/themes/twentytwentyfive/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>

<!-- Show colors in console -->
Expand Down

0 comments on commit 6bd9759

Please sign in to comment.