Update dependencies, fix option description in SpinCommand
This commit is contained in:
parent
00d992d4f8
commit
038b15124c
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"loomlabs/utility.collection": "^1.0",
|
||||
"loomlabs/utility.filepath": "^1.1",
|
||||
"loomlabs/utility.collection": "^1.1",
|
||||
"loomlabs/utility.filepath": "^1.2.1",
|
||||
"symfony/console": "^7.2",
|
||||
"symfony/yaml": "^7.2"
|
||||
},
|
||||
|
|
|
@ -57,7 +57,7 @@ class SpinCommand extends AbstractSpinnerCommand
|
|||
'disable-server',
|
||||
null,
|
||||
InputOption::VALUE_NONE,
|
||||
'Set this flag to disable Node.js for your environment.'
|
||||
'Set this flag to not include a web server for your environment.'
|
||||
)
|
||||
->addOption(
|
||||
'disable-xdebug',
|
||||
|
|
Loading…
Add table
Reference in a new issue