Skip to content

Commit 37d6334

Browse files
committed
Add PHP versions select to installer options
1 parent 6df1c1d commit 37d6334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_data/options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ export const options = [
100100
{
101101
flag: 'multiphp',
102102
label: 'MultiPHP',
103-
description: 'Allows installing multiple PHP versions',
103+
description: 'Allows installing multiple PHP versions, specify comma separated. Eg: 7.4,8.3',
104+
type: 'text',
104105
default: 'no',
105106
},
106107
{

0 commit comments

Comments
 (0)