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