Skip to content

Commit 6bd9759

Browse files
authored
⬆️ WordPress 6.7 and Twenty Twenty-Five (#742)
1 parent 6acbb24 commit 6bd9759

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
web/app/plugins/*
33
!web/app/plugins/.gitkeep
44
web/app/mu-plugins/*/
5-
web/app/themes/twentytwentyfour/
5+
web/app/themes/twentytwentyfive/
66
web/app/upgrade
77
web/app/uploads/*
88
!web/app/uploads/.gitkeep

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"oscarotero/env": "^2.1",
3838
"roots/bedrock-autoloader": "^1.0",
3939
"roots/bedrock-disallow-indexing": "^2.0",
40-
"roots/wordpress": "6.6.2",
40+
"roots/wordpress": "6.7",
4141
"roots/wp-config": "1.0.0",
4242
"roots/wp-password-bcrypt": "1.2.0",
43-
"wpackagist-theme/twentytwentyfour": "^1.0"
43+
"wpackagist-theme/twentytwentyfive": "^1.0"
4444
},
4545
"require-dev": {
4646
"squizlabs/php_codesniffer": "^3.7.1",

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- Ignore WordPress and Composer dependencies -->
1212
<exclude-pattern>web/wp</exclude-pattern>
13-
<exclude-pattern>web/app/themes/twentytwentyfour/</exclude-pattern>
13+
<exclude-pattern>web/app/themes/twentytwentyfive/</exclude-pattern>
1414
<exclude-pattern>vendor/</exclude-pattern>
1515

1616
<!-- Show colors in console -->

0 commit comments

Comments
 (0)