Skip to content

Commit 3ba18f4

Browse files
committed
Introduce |cakeversion| substitution
1 parent 6aca82a commit 3ba18f4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)