Skip to content

Commit 37f6a2c

Browse files
Leave open the possibility of running on PHP 7.4 (after removing platform.php constraint and composer update)
1 parent a5668c7 commit 37f6a2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bin/terminus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI
3232

3333
// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
3434
// which is run after every call to composer update.
35-
$terminusPluginsDependenciesVersion = 'd6b42646e1';
35+
$terminusPluginsDependenciesVersion = '51e2c517dd';
3636

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"php": ">=7.4",
1717
"ext-json": "*",
1818
"composer/semver": "^3",
19-
"consolidation/comments": "^2",
19+
"consolidation/comments": "^1.0.2 || ^2",
2020
"consolidation/filter-via-dot-access-data": "^2.0",
2121
"consolidation/output-formatters": "^4",
22-
"consolidation/robo": "^5",
22+
"consolidation/robo": "^3 || ^5",
2323
"consolidation/self-update": "^2.0.4",
2424
"consolidation/site-alias": "^4.0",
2525
"czproject/git-php": "^4.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)