Add composer.json file
parent
478fb715
No related branches found
No related tags found
composer.json
0 → 100644
{ | ||
"name": "drupal/cern-integration", | ||
"description": "Custom functionality and constraints for CERN Drupal infrastructure", | ||
"version": "8.0.9", | ||
"type": "drupal-custom-module", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Konstantinos Platis", | ||
"email": "konstantinos.platis@cern.ch" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
], | ||
"require": {} | ||
} |
Please register or sign in to comment