Add composer.json file
composer.json
0 → 100644
{ | |||
"name": "drupal/cern-display-formats", | |||
"description": "Defines a set of views display formats", | |||
"version": "1.4.4", | |||
"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": { | |||
"drupal/components": "^1.1" | |||
} | |||
} |
Please register or sign in to comment