File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- name : Cache Composer dependencies
21
21
id : composer-cache
22
- run : echo "::set-output name= dir:: $(composer config cache-files-dir)"
22
+ run : echo "dir= $(composer config cache-files-dir)" >> $GITHUB_OUTPUT
23
23
24
24
- uses : actions/cache@v4
25
25
with :
Original file line number Diff line number Diff line change 35
35
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 ) .
36
36
37
37
<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 >
39
39
</div >
40
40
41
41
## Overview
Original file line number Diff line number Diff line change 61
61
"oscarotero/env" : " ^2.1" ,
62
62
"roots/bedrock-autoloader" : " ^1.0" ,
63
63
"roots/bedrock-disallow-indexing" : " ^2.0" ,
64
- "roots/wordpress" : " ^6.4.1" ,
64
+ <<<<<<< HEAD
65
+ "roots/wordpress" : " ^6.5.3" ,
65
66
"roots/wp-config" : " ^1.0.0" ,
66
67
"roots/wp-password-bcrypt" : " ^1.1.0" ,
67
68
"wpackagist-theme/twentytwentyfour" : " ^1.0" ,
68
- "wpackagist-theme/frost" : " ^1.0" ,
69
69
"sterner-stuff/made-of-sterner-stuff" : " ^11.0" ,
70
70
"kinsta/kinsta-mu-plugins" : " dev-sterner-stuff" ,
71
71
"wpackagist-plugin/mailgun" : " >=1.9" ,
Original file line number Diff line number Diff line change 11
11
use Roots \WPConfig \Config ;
12
12
use function Env \env ;
13
13
14
+ // USE_ENV_ARRAY + CONVERT_* + STRIP_QUOTES
15
+ Env \Env::$ options = 31 ;
16
+
14
17
/**
15
18
* Directory containing all of the site's files
16
19
*
34
37
? ['.env ' , '.env.local ' ]
35
38
: ['.env ' ];
36
39
37
- $ dotenv = Dotenv \Dotenv::createUnsafeImmutable ($ root_dir , $ env_files , false );
40
+ $ dotenv = Dotenv \Dotenv::createImmutable ($ root_dir , $ env_files , false );
38
41
39
42
$ dotenv ->load ();
40
43
You can’t perform that action at this time.
0 commit comments