diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
new file mode 100644
index 0000000000..6fbcbf2297
--- /dev/null
+++ b/.github/workflows/integration.yml
@@ -0,0 +1,25 @@
+name: Integration
+
+on: [push, pull_request, workflow_dispatch]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ repository: roots/bedrock-docker
+ ref: main
+ path: bedrock-docker
+ - uses: actions/checkout@v2
+ with:
+ path: bedrock-docker/bedrock
+ - name: Build and run
+ run: docker compose up --build -d
+ working-directory: bedrock-docker
+ - name: Wait for install
+ run: sleep 30
+ working-directory: bedrock-docker
+ - name: Verify install
+ run: curl -s http://127.0.0.1 | grep "
bedrock"
+ working-directory: bedrock-docker
diff --git a/.gitignore b/.gitignore
index 804f7e7938..7454afdbf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/mu-plugins/*/
-web/app/themes/twentytwentythree/
+web/app/themes/twentytwentyfour/
web/app/upgrade
web/app/uploads/*
!web/app/uploads/.gitkeep
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index e82ab6b124..0000000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,504 +0,0 @@
-### 1.21.1: 2022-11-16
-* ⬆️ Bump roots/wordpress to v6.1.1 ([#659](https://github.com/roots/bedrock/pull/659))
-
-### 1.21.0: 2022-11-01
-* ➕ Replace `twentytwentytwo` with `twentytwentythree` ([#655](https://github.com/roots/bedrock/pull/655))
-* ⬆️ Bump roots/wordpress to v6.1 ([#654](https://github.com/roots/bedrock/pull/654))
-
-### 1.20.3: 2022-10-18
-* Bump roots/wordpress from 6.0.2 to 6.0.3 ([#652](https://github.com/roots/bedrock/pull/652))
-
-### 1.20.2: 2022-08-31
-* Bump roots/wordpress from 6.0.1 to 6.0.2 ([#648](https://github.com/roots/bedrock/pull/648))
-* Bump composer/installers from 2.1.1 to 2.2.0 ([#646](https://github.com/roots/bedrock/pull/646))
-
-### 1.20.1: 2022-07-19
-* Bump roots/wordpress from 6.0.0 to 6.0.1 ([#644](https://github.com/roots/bedrock/pull/644))
-* doc: instructions for installing "source" packages ([#641](https://github.com/roots/bedrock/pull/641))
-* Bump squizlabs/php_codesniffer from 3.6.2 to 3.7.1 ([#643](https://github.com/roots/bedrock/pull/643))
-* Bump composer/installers from 2.1.0 to 2.1.1 ([#635](https://github.com/roots/bedrock/pull/635))
-
-### 1.20.0: 2022-05-24
-* Update to WordPress 6.0, add Twenty Twenty-Two theme as dependency ([#639](https://github.com/roots/bedrock/pull/639))
-
-### 1.19.3: 2022-04-06
-* Bump roots/wordpress to 5.9.3 ([#633](https://github.com/roots/bedrock/pull/633))
-* Bump composer/installers from 2.0.1 to 2.1.0 ([#632](https://github.com/roots/bedrock/pull/632))
-
-### 1.19.2: 2022-03-11
-* Bump roots/wordpress to 5.9.2 ([#631](https://github.com/roots/bedrock/pull/631))
-
-### 1.19.1: 2022-02-23
-* Bump roots/wordpress to 5.9.1 ([#626](https://github.com/roots/bedrock/pull/630))
-
-### 1.19.0: 2022-01-25
-* Bump roots/wordpress to 5.9 ([#626](https://github.com/roots/bedrock/pull/626))
-* Bump squizlabs/php_codesniffer from 3.6.1 to 3.6.2 ([#623](https://github.com/roots/bedrock/pull/623))
-* Bump vlucas/phpdotenv from 5.3.1 to 5.4.1 ([#622](https://github.com/roots/bedrock/pull/622))
-* Bump composer/installers from 1.12.0 to 2.0.1 ([#621](https://github.com/roots/bedrock/pull/621))
-
-### 1.18.1: 2022-01-07
-* Bump roots/wordpress from 5.8.2 to 5.8.3 ([#625](https://github.com/roots/bedrock/pull/625))
-* chore(deps): allow required composer plugins ([#624](https://github.com/roots/bedrock/pull/624))
-
-### 1.18.0: 2021-12-06
-* Bump requirements to PHP 7.4 ([#619](https://github.com/roots/bedrock/pull/619))
-
-### 1.17.1: 2021-11-16
-* Bump roots/wordpress from 5.8.1 to 5.8.2 ([#615](https://github.com/roots/bedrock/pull/615))
-
-### 1.17.0: 2021-11-03
-* Bump roots/wp-password-bcrypt from 1.0.0 to 1.1.0 ([#613](https://github.com/roots/bedrock/pull/613))
-* CI: Check Composer lock file is up to date ([#612](https://github.com/roots/bedrock/pull/612))
-* Update composer.lock file ([#611](https://github.com/roots/bedrock/pull/611))
-
-### 1.16.2: 2021-10-21
-* Update `roave/security-advisories` default branch ([#609](https://github.com/roots/bedrock/pull/609))
-* Bump composer/installers from 1.11.0 to 1.12.0 ([#606](https://github.com/roots/bedrock/pull/606))
-* Bump roots/wordpress from 5.8 to 5.8.1 ([#605](https://github.com/roots/bedrock/pull/605))
-
-### 1.16.1: 2021-07-30
-* Check if `.env.local` exists before loading it ([#603](https://github.com/roots/bedrock/pull/603))
-
-### 1.16.0: 2021-07-22
-* Bump roots/wordpress from 5.7.2 to 5.8 ([#600](https://github.com/roots/bedrock/pull/600))
-* Default to `WP_DEBUG_LOG=true` in development ([#505](https://github.com/roots/bedrock/pull/505))
-* Support `.env.local` config override ([#594](https://github.com/roots/bedrock/pull/594))
-* Use Bedrock disallow indexing package ([#521](https://github.com/roots/bedrock/pull/521))
-
-### 1.15.4: 2021-05-19
-* Bump roots/wordpress from 5.7 to 5.7.2 ([#593](https://github.com/roots/bedrock/pull/593))
-* Bump composer/installers from 1.10.0 to 1.11.0 ([#592](https://github.com/roots/bedrock/pull/592))
-* chore(deps-dev): Bump squizlabs/php_codesniffer from 3.5.8 to 3.6.0 ([#588](https://github.com/roots/bedrock/pull/588))
-
-### 1.15.3: 2021-03-12
-* chore(deps): Bump roots/wordpress from 5.6.2 to 5.7 ([#578](https://github.com/roots/bedrock/pull/578))
-
-### 1.15.2: 2021-02-11
-
-* chore(deps): Bump roots/wordpress from 5.5.3 to 5.6.1 ([#573](https://github.com/roots/bedrock/pull/573))
-* chore(deps): Bump composer/installers from 1.9.0 to 1.10.0 ([#569](https://github.com/roots/bedrock/pull/569))
-* chore(deps): Bump vlucas/phpdotenv from 5.2.0 to 5.3.0 ([#570 ](https://github.com/roots/bedrock/pull/570))
-* Add WP_POST_REVISIONS as an option ([#572](https://github.com/roots/bedrock/pull/572))
-
-### 1.15.1: 2020-12-08
-
-* chore(deps): Bump roots/wordpress from 5.5.3 to 5.6 ([#567](https://github.com/roots/bedrock/pull/567))
-
-### 1.15.0: 2020-12-04
-
-* chore(deps): Bump roots/bedrock-autoloader from 1.0.3 to 1.0.4 ([#564](https://github.com/roots/bedrock/pull/564))
-* Upgrade to vlucas/phpdotenv:5.2 ([#563](https://github.com/roots/bedrock/pull/563))
-* chore(deps-dev): Bump squizlabs/php_codesniffer from 3.5.6 to 3.5.8 ([#550](https://github.com/roots/bedrock/pull/550))
-
-### 1.14.4: 2020-11-13
-
-* chore(deps): Bump roots/wordpress from 5.5.1 to 5.5.3 ([#556](https://github.com/roots/bedrock/pull/556))
-
-### 1.14.3: 2020-10-28
-
-* Bump `roots/wordpress-core-installer` for Composer 2 compatibility([#552](https://github.com/roots/bedrock/pull/552))
-
-### 1.14.2: 2020-09-04
-
-* chore(deps): Bump roots/wordpress from 5.5 to 5.5.1 ([#545](https://github.com/roots/bedrock/pull/545))
-
-### 1.14.1: 2020-08-11
-
-* chore(deps): Bump roots/wordpress from 5.4.1 to 5.5 ([#542](https://github.com/roots/bedrock/pull/542))
-* chore(deps-dev): Bump squizlabs/php_codesniffer from 3.5.5 to 3.5.6 ([#541](https://github.com/roots/bedrock/pull/541))
-* chore(deps): Bump vlucas/phpdotenv from 4.1.5 to 4.1.8 ([#536](https://github.com/roots/bedrock/pull/536))
-* chore(deps): Bump oscarotero/env from 2.0.0 to 2.1.0 ([#531](https://github.com/roots/bedrock/pull/531))
-* CircleCI: Use offical CircleCI PHP orb and next-gen docker images ([#520](https://github.com/roots/bedrock/pull/520))
-
-### 1.14.0: 2020-08-11
-
-* Upgrade `oscarotero/env` to `^2.0` ([#530](https://github.com/roots/bedrock/pull/530))
-* chore(deps): Bump vlucas/phpdotenv from 4.1.4 to 4.1.5 ([#518](https://github.com/roots/bedrock/pull/518))
-* Use Bedrock Autoloader package ([#519](https://github.com/roots/bedrock/pull/519))
-
-### 1.13.5: 2020-05-11
-
-* chore(deps): Bump roots/wordpress from 5.4 to 5.4.1 ([#517](https://github.com/roots/bedrock/pull/517))
-
-### 1.13.4: 2020-04-24
-
-* fix(mu-plugins): Bump bedrock-autoloader version ([#512](https://github.com/roots/bedrock/pull/512))
-* fix(mu-plugins): A more sane fix for #510 ([#512](https://github.com/roots/bedrock/pull/512))
-
-### 1.13.3: 2020-04-24
-
-* enhance(ci): Add CircleCI workflow for PHP 7.4 ([#510](https://github.com/roots/bedrock/pull/511))
-* fix(mu-plugins): Fix invalid array access notice on 7.4 ([#510](https://github.com/roots/bedrock/pull/510))
-* enhance(composer): Add `only` option to wpackagist.org repository ([#508](https://github.com/roots/bedrock/pull/508))
-
-### 1.13.2: 2020-04-01
-
-* chore(deps): Bump WordPress to 5.4 ([#502](https://github.com/roots/bedrock/pull/502))
-* chore(deps): Bump vlucas/phpdotenv ([#501](https://github.com/roots/bedrock/pull/502))
-* enhance(config): Add `WP_DEBUG_LOG` ([#499](https://github.com/roots/bedrock/pull/499))
-
-### 1.13.1: 2020-02-19
-
-* fix(env): Makes .env.example compatible with breaking changes from vlucas/phpdotenv 4.x ([#493](https://github.com/roots/bedrock/pull/493))
-
-### 1.13.0: 2020-02-17
-
-* Update to WordPress 5.3.2 ([#489](https://github.com/roots/bedrock/pull/489))
-* chore(deps): Bump vlucas/phpdotenv from 4.0.1 to 4.1.0 ([#487](https://github.com/roots/bedrock/pull/487))
-* chore(deps): Bump vlucas/phpdotenv from 3.6.0 to 4.0.1 ([#485](https://github.com/roots/bedrock/pull/485))
-* chore(deps): Bump composer/installers from 1.7.0 to 1.8.0 ([#492](https://github.com/roots/bedrock/pull/492))
-* chore(deps-dev): Bump squizlabs/php_codesniffer from 3.4.2 to 3.5.4 ([#490](https://github.com/roots/bedrock/pull/490))
-* Clean up docblocks & commenting ([#459](https://github.com/roots/bedrock/pull/459))
-
-### 1.12.8: 2019-09-05
-
-* Update to WordPress 5.2.3 ([#466](https://github.com/roots/bedrock/pull/466))
-* Remove `phpcs.xml` from `.gitattributes` ([#464](https://github.com/roots/bedrock/pull/464))
-* `ini_set()` fixes ([#463](https://github.com/roots/bedrock/pull/463))
-* Editorconfig updates ([#457](https://github.com/roots/bedrock/pull/457))
-* Bump `composer/installers` ([#462](https://github.com/roots/bedrock/pull/462))
-* Better default composer options ([#456](https://github.com/roots/bedrock/pull/456))
-* Ignore `.log` files ([#440](https://github.com/roots/bedrock/pull/440))
-* Change to CircleCI ([82945d8](https://github.com/roots/bedrock/commit/82945d803d10cb072b7e786e0a81094ccb2d067b), [#460](https://github.com/roots/bedrock/pull/460))
-
-### 1.12.7: 2019-06-19
-
-* Update to WordPress 5.2.2 ([#444](https://github.com/roots/bedrock/pull/444))
-* Bump `oscarotero/env` ([#443](https://github.com/roots/bedrock/pull/443))
-* Bump `vlucas/phpdotenv` ([#442](https://github.com/roots/bedrock/pull/442))
-* Bump `squizlabs/php_codesniffer` ([#441](https://github.com/roots/bedrock/pull/441))
-* Remove unnecessary static variables ([#437](https://github.com/roots/bedrock/pull/437))
-
-### 1.12.6: 2019-05-21
-
-* Update to WordPress 5.2.1 ([#436](https://github.com/roots/bedrock/pull/436))
-
-### 1.12.5: 2019-05-14
-
-* Disable WordPress' built-in fatal error handler on development ([#432](https://github.com/roots/bedrock/pull/434))
-
-### 1.12.4: 2019-05-07
-
-* Update to WordPress 5.2 ([#432](https://github.com/roots/bedrock/pull/432))
-* Configure WP-CLI `wp server` webroot ([#427](https://github.com/roots/bedrock/pull/427))
-* Fix issue with `bedrock_autoloader` option ([#386](https://github.com/roots/bedrock/pull/386))
-
-### 1.12.3: 2019-03-13
-
-* Update to WordPress 5.1.1 ([#426](https://github.com/roots/bedrock/pull/426))
-
-### 1.12.2: 2019-02-21
-
-* Update to WordPress 5.1 ([#420](https://github.com/roots/bedrock/pull/420))
-
-### 1.12.1: 2019-02-14
-
-* Update `vlucas/phpdotenv` ([#417](https://github.com/roots/bedrock/pull/417))
-* Make DSN implementation more uniform ([#415](https://github.com/roots/bedrock/pull/415))
-
-### 1.12.0: 2019-02-07
-
-* Support database DSN ([#414](https://github.com/roots/bedrock/pull/414))
-* Detect HTTPS if WordPress is behind a reverse proxy ([#413](https://github.com/roots/bedrock/pull/413))
-* Update `vlucas/phpdotenv` to `^3` ([#412](https://github.com/roots/bedrock/pull/412))
-
-### 1.11.1: 2019-01-09
-
-* Update to WordPress 5.0.3 ([#408](https://github.com/roots/bedrock/pull/408))
-
-### 1.11.0: 2018-12-19
-
-* Bump PHP requirement to >= 7.1 ([#405](https://github.com/roots/bedrock/pull/405))
-
-### 1.10.2: 2018-12-19
-
-* Update to WordPress 5.0.2 ([#406](https://github.com/roots/bedrock/pull/406))
-
-### 1.10.1: 2018-12-12
-
-* Update to WordPress 5.0.1 ([#403](https://github.com/roots/bedrock/pull/403))
-
-### 1.10.0: 2018-12-09
-
-* Update to WordPress 5.0, switch from `johnpbloch/wordpress` to `roots/wordpress` package ([#395](https://github.com/roots/bedrock/pull/395))
-
-### 1.9.0: 2018-09-17
-
-* Fix error display in development environments ([c457082](https://github.com/roots/bedrock/commit/c457082cf4b153400d3e34f4f68a30eea4cc7c38))
-* --prefer-dist on roave/security-advisories ([#381](https://github.com/roots/bedrock/pull/381))
-* New Bedrock Configuration Model ([#380](https://github.com/roots/bedrock/pull/380))
-* Remove vendor/.gitkeep ([#379](https://github.com/roots/bedrock/pull/379))
-* Composer 1.7.0 lockfile ([#378](https://github.com/roots/bedrock/pull/378))
-* Adds roave/security-advisories to composer dev deps ([#376](https://github.com/roots/bedrock/pull/376))
-
-### 1.8.12: 2018-08-03
-
-* Update to WordPress 4.9.8
-
-### 1.8.11: 2018-07-09
-
-* Update to WordPress 4.9.7
-
-### 1.8.10: 2018-05-18
-
-* Update to WordPress 4.9.6
-
-### 1.8.9: 2018-04-04
-
-* Update to WordPress 4.9.5
-
-### 1.8.8: 2018-02-06
-
-* Update to WordPress 4.9.4
-
-### 1.8.7: 2018-02-05
-
-* Update to WordPress 4.9.3
-
-### 1.8.6: 2018-01-16
-
-* Update to WordPress 4.9.2
-
-### 1.8.5: 2017-11-29
-
-* Update to WordPress 4.9.1
-
-### 1.8.4: 2017-11-16
-
-* Update to WordPress 4.9.0
-
-### 1.8.3: 2017-10-31
-
-* Update to WordPress 4.8.3
-
-### 1.8.2: 2017-09-19
-
-* Update to WordPress 4.8.2
-
-### 1.8.1: 2017-08-02
-
-* Update to WordPress 4.8.1
-
-### 1.8.0: 2017-06-08
-
-* Update to WordPress 4.8.0
-
-### 1.7.9: 2017-05-16
-
-* Update to WordPress 4.7.5
-
-### 1.7.8: 2017-05-03
-
-* Update `johnpbloch/wordpress` to 4.7.4.1 (see https://github.com/johnpbloch/wordpress/issues/32)
-
-### 1.7.7: 2017-04-20
-
-* Update to WordPress 4.7.4
-
-### 1.7.6: 2017-03-06
-
-* Update to WordPress 4.7.3
-
-### 1.7.5: 2017-01-26
-
-* Update to WordPress 4.7.2
-
-### 1.7.4: 2017-01-11
-
-* Update to WordPress 4.7.1
-* Add Optional variables to `.env.example`
-* Remove unnecessary gitignore rules ([#286](https://github.com/roots/bedrock/pull/286))
-
-### 1.7.3: 2016-12-06
-
-* Update to WordPress 4.7
-* Default `WP_ENV` to `production` instead of `development` ([#277](https://github.com/roots/bedrock/pull/277))
-
-### 1.7.2: 2016-09-07
-
-* Update to WordPress 4.6.1
-
-### 1.7.1: 2016-08-16
-
-* Update to WordPress 4.6
-
-### 1.7.0: 2016-07-10
-
-* Bump PHP requirement to >= 5.6 (5.5 is no longer supported)
-
-### 1.6.4: 2016-06-21
-
-* Update to WordPress 4.5.3
-
-### 1.6.3: 2016-05-06
-
-* Update to WordPress 4.5.2
-
-### 1.6.2: 2016-04-26
-
-* Update to WordPress 4.5.1
-
-### 1.6.1: 2016-04-12
-
-* Update to WordPress 4.5
-* Update coding standards (PSR-2) ([#244](https://github.com/roots/bedrock/pull/244))
-
-### 1.6.0: 2016-03-03
-
-* Add wp-password-bcrypt for more secure passwords ([#243](https://github.com/roots/bedrock/pull/243))
-
-### 1.5.4: 2016-02-29
-
-* Use HTTPS for wpackagist.org
-
-### 1.5.3: 2016-02-03
-
-* Update to WordPress 4.4.2
-
-### 1.5.2: 2016-02-01
-
-* Bump `composer/installers` dependency to 1.0.23 to fix deprecation notice
-
-### 1.5.1: 2016-01-27
-
-* Use [oscarotero/env](https://github.com/oscarotero/env) instead of `getenv` ([#229](https://github.com/roots/bedrock/pull/233))
-
-### 1.5.0: 2016-01-17
-
-* Fix `DISABLE_WP_CRON` setting via ENV variable ([#229](https://github.com/roots/bedrock/pull/229))
-* Set default `DB_CHARSET` to `utf8mb4`
-
-### 1.4.7: 2016-01-07
-
-* Update to WordPress 4.4.1
-
-### 1.4.6: 2015-12-09
-
-* Update to WordPress 4.4
-
-### 1.4.5: 2015-09-16
-
-* Update to WordPress 4.3.1
-* Bump minimum required PHP version to 5.5 ([#201](https://github.com/roots/bedrock/pull/201))
-
-### 1.4.4: 2015-08-18
-
-* Update to WordPress 4.3
-
-### 1.4.3: 2015-08-04
-
-* Update to WordPress 4.2.4
-
-### 1.4.2: 2015-07-24
-
-* Update to WordPress 4.2.3
-
-### 1.4.1: 2015-06-30
-
-* Dotenv 2.0.1 update
-
-### 1.4.0: 2015-06-07
-
-* Removed .env generation script
-
-### 1.3.7: 2015-05-07
-
-* Update to WordPress 4.2.2
-
-### 1.3.6: 2015-04-27
-
-* Update to WordPress 4.2.1
-
-### 1.3.5: 2015-04-23
-
-* Update to WordPress 4.2
-* Update to WordPress 4.1.2
-* Don't register theme directory if `WP_DEFAULT_THEME` is defined
-* Move Capistrano configs to https://github.com/roots/bedrock-capistrano
-
-### 1.3.4: 2015-02-18
-
-* WordPress 4.1.1 fix
-
-### 1.3.3: 2015-02-18
-
-* Update to WordPress 4.1.1
-* mu-plugins autoloader Multisite fix
-* Coding standards update + TravisCI integration
-
-### 1.3.2: 2014-12-18
-
-* Update to WordPress 4.1
-* Remove WPLANG constant
-
-### 1.3.1: 2014-11-28
-
-* Add Capistrano task to fix/update WP theme paths after deploys
-
-### 1.3.0: 2014-11-20
-
-* Update to WordPress 4.0.1
-* Use johnpbloch/wordpress package instead of custom repository
-* Update default deploy.rb
-* Require PHP >= 5.4 in composer.json
-* Better PSR-1 adherence
-* Update phpdotenv dependency to 1.0.9
-* Fix Composer installer path plugin order
-* Add bedrock-autoloader mu-plugin
-
-### 1.2.7: 2014-09-04
-
-* Update to WordPress 4.0
-
-### 1.2.6: 2014-08-06
-
-* Update to WordPress 3.9.2
-* Minor deploy fix
-* Doc updates
-
-### 1.2.5: 2014-07-16
-
-* Update to WordPress 3.9.1
-* Doc updates
-* Add `DB_PREFIX` constant
-* Update Gem versions
-* Disallow indexing in non-production environments
-
-### 1.2.4: 2014-04-17
-
-* Fixes issue with 3.9 update (`composer.lock` wasn't updated)
-
-### 1.2.3: 2014-04-16
-
-* Update to WordPress 3.9
-
-### 1.2.2: 2014-04-14
-
-* Update to WordPress 3.8.3
-* Only run `Dotenv::load` if `.env` file exists
-
-### 1.2.1: 2014-04-08
-
-* Update to WordPress 3.8.2
-
-### 1.2.0: 2014-04-07
-
-* WP package now has `wordpress` vendor name: `wordpress/wordpress`
-* Remove wp-cli and add `wp-cli.yml` config
-
-### 1.1.1: 2014-03-11
-
-* Update phpdotenv to 1.0.6
-* Update wp-cli to v0.14.1
-* Update README to refence new WordPress Packagist namespaces
-* Fix uploads path in `linked_dirs` for Capistrano deploys
-
-### 1.1.0: 2014-03-01
-
-* Update to Capistrano 3.1.0: `deploy:restart` is no longer run by default
-* Better webroot structure: introduces the `/web` directory as the document/web root for web server vhosts
-
-### 1.0.0: 2013-12-18
-
-* Initial release
diff --git a/README.md b/README.md
index 14505d9b80..0f8799986b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@
Bedrock is an open source project and completely free to use. If you've benefited from our projects and would like to support our future endeavors, please consider [sponsoring Roots](https://github.com/sponsors/roots).
## Overview
diff --git a/composer.json b/composer.json
index 8374510210..a7b940f7d6 100644
--- a/composer.json
+++ b/composer.json
@@ -61,10 +61,10 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
- "roots/wordpress": "^6.1.1",
- "roots/wp-config": "1.0.0",
- "roots/wp-password-bcrypt": "1.1.0",
- "wpackagist-theme/twentytwentythree": "^1.0",
+ "roots/wordpress": "^6.4.1",
+ "roots/wp-config": "^1.0.0",
+ "roots/wp-password-bcrypt": "^1.1.0",
+ "wpackagist-theme/twentytwentyfour": "^1.0",
"sterner-stuff/made-of-sterner-stuff": "^11.0",
"kinsta/kinsta-mu-plugins": "dev-sterner-stuff",
"wpackagist-plugin/mailgun": ">=1.9",
@@ -109,9 +109,6 @@
"wordpress-install-dir": "web/wp"
},
"scripts": {
- "post-root-package-install": [
- "php -r \"copy('.env.example', '.env');\""
- ],
"test": [
"phpcs"
]
diff --git a/config/application.php b/config/application.php
index 3e1513094e..7e871dc7f6 100644
--- a/config/application.php
+++ b/config/application.php
@@ -53,7 +53,7 @@
/**
* Infer WP_ENVIRONMENT_TYPE based on WP_ENV
*/
-if (!env('WP_ENVIRONMENT_TYPE') && in_array(WP_ENV, ['production', 'staging', 'development'])) {
+if (!env('WP_ENVIRONMENT_TYPE') && in_array(WP_ENV, ['production', 'staging', 'development', 'local'])) {
Config::define('WP_ENVIRONMENT_TYPE', WP_ENV);
}
diff --git a/phpcs.xml b/phpcs.xml
index 6e159118ec..2b7660caac 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -10,7 +10,7 @@
web/wp
- web/app/themes/twentytwentythree/
+ web/app/themes/twentytwentyfour/
vendor/