Skip to content
Snippets Groups Projects
Commit d8dae905 authored by Chris Green's avatar Chris Green Committed by Joe Parsons
Browse files

Issue #3511305 by trackleft2, joegraduate: Add composer.json file for better local development

parent dae0a1e1
No related branches found
No related tags found
2 merge requests!15Issue #3511305 Add composer.json file for better local development.,!4Issue #3220935: Alter of config.installer service fails if extension has no config/install directory
Pipeline #442087 passed
{
"name": "drupal/config_provider",
"description": "Enables provision of configuration by extensions.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Nedjo Rogers (nedjo)",
"homepage": "https://www.drupal.org/u/nedjo",
"role": "Original author"
},
{
"name": "Fabian Bircher (bircher)",
"homepage": "https://www.drupal.org/u/bircher",
"role": "Maintainer"
},
{
"name": "Pieter Frenssen (pfrenssen)",
"homepage": "https://www.drupal.org/u/pfrenssen",
"role": "Maintainer"
},
{
"name": "Keegan Rankin (megakeegman)",
"homepage": "https://www.drupal.org/u/megakeegman",
"role": "Maintainer"
},
{
"name": "Benjamin Melançon (mlncn)",
"homepage": "https://www.drupal.org/u/mlncn",
"role": "Maintainer"
},
{
"name": "Joe Parsons (joegraduate)",
"homepage": "https://www.drupal.org/u/joegraduate",
"role": "Maintainer"
},
{
"name": "tadean",
"homepage": "https://www.drupal.org/u/tadean",
"role": "Maintainer"
},
{
"name": "David Valdez (gnuget)",
"homepage": "https://www.drupal.org/u/gnuget",
"role": "Maintainer"
},
{
"name": "Merlin Axel Rutz (geek-merlin)",
"homepage": "https://www.drupal.org/u/geek-merlin",
"role": "Maintainer"
},
{
"name": "Artem Dmitriiev (a.dmitriiev)",
"homepage": "https://www.drupal.org/u/a.dmitriiev",
"role": "Maintainer"
},
{
"name": "Campus Web Services The University of Arizona (uarizona)",
"homepage": "https://www.drupal.org/u/uarizona",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/config_provider",
"source": "https://git.drupal.org/project/config_provider.git"
},
"require": {
"drupal/core": "^9.3 || ^10 || ^11"
}
}
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