Update dependencies, fix option description in SpinCommand

This commit is contained in:
Daniel Winning 2025-04-13 23:51:02 +01:00
parent 00d992d4f8
commit 038b15124c
2 changed files with 3 additions and 3 deletions

View file

@ -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"
},

View file

@ -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',