Problem/Motivation
Error is thrown during Drupal installation via Drush when Mediteran is a dependency:
In InfoParserDynamic.php line 96:
[Drupal\Core\Extension\InfoParserException]
The 'core_version_requirement' can not be used to specify compatibility for
a specific version before 8.7.7 in themes/contrib/mediteran/mediteran.info
.ymlSteps to reproduce
1. Set Mediteran as a dependency to a profile, theme, or module.
2. Run `drush si my_profile --verbose --yes`
Proposed resolution
Update core_version_requirement for Drupal 8.8 from 8.7
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mediteran--3322222-2--core-version-requirement-change.patch | 573 bytes | cruno |
Comments
Comment #2
cruno commentedComment #3
doxigo commentedNice catch and thanks for the patch Chris, fixed and will tag a new release in a second
Comment #4
doxigo commented