-
- Downloads
Merge branch 'add-composer-file' into 'drupal8'
Add composer file and make module d9-ready See merge request !1
No related branches found
No related tags found
Showing
- cern_integration.info.yml 1 addition, 0 deletionscern_integration.info.yml
- cern_integration.install 2 additions, 2 deletionscern_integration.install
- cern_integration.module 3 additions, 3 deletionscern_integration.module
- composer.json 20 additions, 0 deletionscomposer.json
- src/Controller/BackendController.php 1 addition, 1 deletionsrc/Controller/BackendController.php
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