We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908a00a commit bd2131eCopy full SHA for bd2131e
1 file changed
config.js
@@ -42,9 +42,10 @@ export default {
42
{ ...versions },
43
],
44
},
45
- phpVersions: {
46
- phpversion: '7.4',
47
- minphpversion: '5.6'
+ substitutions: {
+ '|phpversion|': { value: '7.4', format: 'bold' },
+ '|minphpversion|': { value: '5.6', format: 'italic' },
48
+ '|cakeversion|': '3.0',
49
50
locales: {
51
root: {
0 commit comments