Skip to content

Commit 281f580

Browse files
committed
Introduce |cakeversion| substitution
1 parent 7435124 commit 281f580

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.5',
47-
minphpversion: '8.4'
45+
substitutions: {
46+
'|phpversion|': { value: '8.5', format: 'bold' },
47+
'|minphpversion|': { value: '8.4', format: 'italic' },
48+
'|cakeversion|': '6.0.0',
4849
},
4950
locales: {
5051
root: {

0 commit comments

Comments
 (0)