Skip to content
Snippets Groups Projects
Commit 9fd286f4 authored by Sascha Grossenbacher's avatar Sascha Grossenbacher Committed by John Albin Wilkins
Browse files

Issue #3100006 by kadiiski, Berdir, mmjvb, iStryker: [error] on install (the...

Issue #3100006 by kadiiski, Berdir, mmjvb, iStryker: [error] on install (the 'core' key in *.info should not be set after Drupal core ^8.7.7)
parent d89768ec
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@ type: module
name: Components
description: 'Registers folders of components defined by your theme or module as Twig namespaces'
core_version_requirement: ^8.7.7 || ^9
# Remove core and dependencies lines after release of 8.8.0.
core: 8.x
dependencies:
- drupal:system (>=8.7)
components:
# Allow themes to reuse this module's default namespace
allow_default_namespace_reuse: true
......@@ -10,5 +10,7 @@
"email": "virtually.johnalbin@gmail.com"
}
],
"require": {}
"require": {
"drupal/core": "^8.7.7 || ^9"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment