Skip to content

Commit d01f92c

Browse files
committed
Introduce |cakeversion| substitution
1 parent a889f7b commit d01f92c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ export default {
4242
{ ...versions },
4343
],
4444
},
45-
phpVersions: {
46-
phpversion: '8.2',
47-
minphpversion: '7.4'
45+
substitutions: {
46+
'|phpversion|': { value: '8.2', format: 'bold' },
47+
'|minphpversion|': { value: '7.4', format: 'italic' },
48+
'|cakeversion|': '4.6',
4849
},
4950
locales: {
5051
root: {

0 commit comments

Comments
 (0)