diff --git a/bin/terminus b/bin/terminus index d9be46dc0..de2d833ac 100755 --- a/bin/terminus +++ b/bin/terminus @@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI // This variable is automatically managed via updateDependenciesversion() in /RoboFile.php, // which is run after every call to composer update. -$terminusPluginsDependenciesVersion = 'd6b42646e1'; +$terminusPluginsDependenciesVersion = '51e2c517dd'; // Cannot use $_SERVER superglobal since that's empty during phpunit testing // getenv('HOME') isn't set on Windows and generates a Notice. diff --git a/composer.json b/composer.json index 035e77088..83ddfc823 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "php": ">=7.4", "ext-json": "*", "composer/semver": "^3", - "consolidation/comments": "^2", + "consolidation/comments": "^1.0.2 || ^2", "consolidation/filter-via-dot-access-data": "^2.0", "consolidation/output-formatters": "^4", - "consolidation/robo": "^5", + "consolidation/robo": "^3 || ^5", "consolidation/self-update": "^2.0.4", "consolidation/site-alias": "^4.0", "czproject/git-php": "^4.0", diff --git a/composer.lock b/composer.lock index dc1cacf3e..bb49e874a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8d556dabe73a6c2541bb1ff0bfef944f", + "content-hash": "48650a811bc30389233b5f2e77bc591c", "packages": [ { "name": "composer/semver",