Issue #3132299: Prevent 1.x users from upgrading to core >=8.9.x
... | ... | @@ -3,7 +3,8 @@ |
"description": "Allows users to schedule a revision to change state.", | ||
"type": "drupal-module", | ||
"require": { | ||
"php": ">=7.1.0" | ||
"php": ">=7.1.0", | ||
"drupal/core": ">=8.6 <8.9" | ||
}, | ||
"extra": { | ||
"drush": { | ||
... | ... |
Please register or sign in to comment