Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit a081d53

Browse files
Require PHP 7.0 during dependency resolution, even if running 7.1+
1 parent 6f64f68 commit a081d53

File tree

2 files changed

+229
-198
lines changed

2 files changed

+229
-198
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
"drupal/core": "8.*"
5151
},
5252
"config": {
53-
"vendor-dir": "vendor"
53+
"vendor-dir": "vendor",
54+
"platform": {
55+
"php": "7.0"
56+
}
5457
},
5558
"minimum-stability": "alpha",
5659
"prefer-stable": true,

0 commit comments

Comments
 (0)