Skip to content
Snippets Groups Projects
Commit ee04bc61 authored by Adrian Cid Almaguer's avatar Adrian Cid Almaguer
Browse files

Issue #3094517 by adriancid, oknate, robertoperuzzo, Berdir, mmjvb: Add the...

Issue #3094517 by adriancid, oknate, robertoperuzzo, Berdir, mmjvb: Add the 'core_version_requirement' key in info.yml and composer.json files
parent f570d42c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ description: Provides an improved drop-down menu interface to the site Toolbar.
package: Administration
type: module
core: 8.x
core_version_requirement: ^8.7.7 || ^9.0
dependencies:
- drupal:toolbar
......@@ -3,7 +3,7 @@ description: Provides a workaround for the common problem that users with 'Use t
package: Administration
type: module
core: 8.x
core_version_requirement: ^8.7.7 || ^9.0
dependencies:
- admin_toolbar:admin_toolbar
......@@ -26,13 +26,14 @@
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
}
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/admin_toolbar",
"source": "http://cgit.drupalcode.org/admin_toolbar"
},
"require": {
"drupal/admin_toolbar": "^1"
"drupal/admin_toolbar": "^2",
"drupal/core": "^8.7.7 || ^9.0"
}
}
......@@ -3,8 +3,7 @@ description: Adds menu links to the Admin Toolbar.
package: Administration
type: module
core: 8.x
core_version_requirement: ^8.7.7 || ^9.0
dependencies:
- admin_toolbar:admin_toolbar
- drupal:system (>=8.6)
......@@ -26,7 +26,7 @@
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
}
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/admin_toolbar",
......@@ -34,6 +34,6 @@
},
"require": {
"drupal/admin_toolbar": "^2",
"drupal/core": "~8.7"
"drupal/core": "^8.7.7 || ^9.0"
}
}
......@@ -26,10 +26,13 @@
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
}
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/admin_toolbar",
"source": "http://cgit.drupalcode.org/admin_toolbar"
},
"require": {
"drupal/core": "^8.7.7 || ^9.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment