Skip to content
Snippets Groups Projects

Issue #3513597 Add composer.json file for easier local development.

Merged Issue #3513597 Add composer.json file for easier local development.
All threads resolved!
All threads resolved!
composer.json 0 → 100644
+ 56
0
{
"name": "drupal/config_normalizer",
"description": "Normalizes configuration for comparison.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Nedjo Rogers (nedjo)",
"role": "Original author"
},
{
"name": "Fabian Bircher (bircher)",
"role": "Maintainer"
},
{
"name": "Benjamin Melançon (mlncn)",
"role": "Maintainer"
},
{
"name": "Joe Parsons (joegraduate)",
"role": "Maintainer"
},
{
"name": "tadean",
"role": "Maintainer"
},
{
"name": "Artem Dmitriiev (a.dmitriiev)",
"role": "Maintainer"
},
{
"name": "Merlin Axel Rutz (geek-merlin)",
"role": "Maintainer"
},
{
"name": "Campus Web Services The University of Arizona (uarizona)",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/config_normalizer",
"source": "https://git.drupal.org/project/config_normalizer.git"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10 || ^11"
}
}
Loading