Skip to content

Commit bea3f2a

Browse files
Add Lando option in package.json
1 parent 8d01535 commit bea3f2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,23 @@
7777
"herd",
7878
"valet",
7979
"sail",
80+
"lando",
8081
"local"
8182
],
8283
"enumItemLabels": [
8384
"Auto Detect",
8485
"Herd",
8586
"Valet",
8687
"Sail",
88+
"Lando",
8789
"Local"
8890
],
8991
"markdownEnumDescriptions": [
9092
"Auto detect the local PHP environment.",
9193
"Auto detect PHP version Herd is using for the project.",
9294
"Auto detect PHP version Valet is using for the project.",
9395
"Sail",
96+
"Lando",
9497
"Use PHP installed on the local machine."
9598
],
9699
"default": "auto",

0 commit comments

Comments
 (0)