diff --git a/composer.json b/composer.json index 92eee0d..ff5dc62 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/src/Command/SpinCommand.php b/src/Command/SpinCommand.php index 8558719..614a29c 100644 --- a/src/Command/SpinCommand.php +++ b/src/Command/SpinCommand.php @@ -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',