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