Skip to content

Commit 3856bec

Browse files
committed
Merge branch 'master' of https://github.com/roots/bedrock
2 parents 8b72926 + 23a1845 commit 3856bec

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
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).
3636

3737
<div align="center">
38-
<a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="120" height="90"></a> <a href="https://carrot.com/"><img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="120" height="90"></a> <a href="https://wordpress.com/"><img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="120" height="90"></a> <a href="https://worksitesafety.ca/careers/"><img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="120" height="90"></a> <a href="https://www.copiadigital.com/"><img src="https://cdn.roots.io/app/uploads/copia-digital.svg" alt="Copia Digital" width="120" height="90"></a> <a href="https://www.freave.com/"><img src="https://cdn.roots.io/app/uploads/freave.svg" alt="Freave" width="120" height="90"></a>
38+
<a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="120" height="90"></a> <a href="https://carrot.com/"><img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="120" height="90"></a> <a href="https://wordpress.com/"><img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="120" height="90"></a> <a href="https://worksitesafety.ca/careers/"><img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="120" height="90"></a>
3939
</div>
4040

4141
## Overview

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"oscarotero/env": "^2.1",
3838
"roots/bedrock-autoloader": "^1.0",
3939
"roots/bedrock-disallow-indexing": "^2.0",
40-
"roots/wordpress": "6.4.3",
40+
"roots/wordpress": "6.5.3",
4141
"roots/wp-config": "1.0.0",
4242
"roots/wp-password-bcrypt": "1.1.0",
4343
"wpackagist-theme/twentytwentyfour": "^1.0"

composer.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/application.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Roots\WPConfig\Config;
1212
use function Env\env;
1313

14+
// USE_ENV_ARRAY + CONVERT_* + STRIP_QUOTES
15+
Env\Env::$options = 31;
16+
1417
/**
1518
* Directory containing all of the site's files
1619
*
@@ -34,7 +37,7 @@
3437
? ['.env', '.env.local']
3538
: ['.env'];
3639

37-
$dotenv = Dotenv\Dotenv::createUnsafeImmutable($root_dir, $env_files, false);
40+
$dotenv = Dotenv\Dotenv::createImmutable($root_dir, $env_files, false);
3841

3942
$dotenv->load();
4043

0 commit comments

Comments
 (0)