From 038b15124c8baa6925f400e9c5a7ce7365cf8330 Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Sun, 13 Apr 2025 23:51:02 +0100 Subject: [PATCH] Update dependencies, fix option description in SpinCommand --- composer.json | 4 ++-- src/Command/SpinCommand.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',