Skip to content

Commit bd2131e

Browse files
committed
Introduce |cakeversion| substitution
1 parent 908a00a commit bd2131e

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: '7.4',
47-
minphpversion: '5.6'
45+
substitutions: {
46+
'|phpversion|': { value: '7.4', format: 'bold' },
47+
'|minphpversion|': { value: '5.6', format: 'italic' },
48+
'|cakeversion|': '3.0',
4849
},
4950
locales: {
5051
root: {

0 commit comments

Comments
 (0)