Skip to content
Snippets Groups Projects
Commit 819fd646 authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Issue #3441446 - Add composer

parent bc7488cf
No related branches found
Tags 8.x-1.0-alpha2
1 merge request!5Issue #3441446 - Add composer
Pipeline #148911 passed with warnings
{
"name": "drupal/panels_breadcrumbs",
"description": "Panels Breadcrumbs allows you to set your breadcrumbs directly from Panels configuration.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["Drupal", "Field Group"],
"homepage": "https://www.drupal.org/project/panels_breadcrumbs",
"authors": [
{
"name": "devuo",
"homepage": "https://www.drupal.org/u/devuo",
"role": "Maintainer"
},
{
"name": "David Snopek (dsnopek)",
"homepage": "https://www.drupal.org/u/dsnopek",
"role": "Maintainer"
},
{
"name": "Iryna Vedkal (IreneV)",
"homepage": "https://www.drupal.org/u/irenev",
"role": "Maintainer"
},
{
"name": "vasyl.kletsko",
"homepage": "https://www.drupal.org/u/vasylkletsko",
"role": "Maintainer"
},
{
"name": "Viktor Holovachek (AstonVictor)",
"homepage": "https://www.drupal.org/u/astonvictor",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/panels_breadcrumbs",
"source": "https://git.drupalcode.org/project/panels_breadcrumbs"
},
"require": {
"drupal/page_manager": "^4.0@RC",
"drupal/token": "*"
}
}
......@@ -4,6 +4,5 @@ type: module
package: Panels
core_version_requirement: ^9.4 || ^10
dependencies:
- ctools:ctools
- page_manager:page_manager_ui
- token:token
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment