Skip to content

Commit

Permalink
Update dependencies in prep for 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Sep 27, 2023
1 parent ee19c13 commit 26ee7f6
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 465 deletions.
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'be3670f19c';
$terminusPluginsDependenciesVersion = '27e14f5059';

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
Loading

0 comments on commit 26ee7f6

Please sign in to comment.