Skip to content
Snippets Groups Projects
Commit b0435917 authored by Konstantinos Samaras-Tsakiris's avatar Konstantinos Samaras-Tsakiris
Browse files

Merge branch 'add-composer-file' into 'master'

Add composer file and make module d9-ready

See merge request !2
parents ce03555a a517018b
Branches
Tags 6.3.0
1 merge request!2Add composer file and make module d9-ready
......@@ -2,6 +2,7 @@ name: CERN Ldap API
type: module
description: Provides a service API to access CERN LDAP, please note this module doesn't offer any interface and should be used only to develop advance modules
core: 8.x
core_version_requirement: ^8 || ^9
package: CERN
version: 0.1
project: cern_ldap_api
\ No newline at end of file
project: cern_ldap_api
{
"name": "drupal/cern-ldap-api",
"description": "Provides a service API to access CERN LDAP",
"version": "0.1",
"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": {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment