-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (38 loc) · 1.14 KB
/
composer.json
File metadata and controls
42 lines (38 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "liip/drupalconnectormodule",
"description": "The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.",
"type": "drupal-module",
"minimum-stability": "dev",
"license": "MIT",
"keywords": [ "Drupal", "adapter", "oop", "Drupal 7", "ood", "testing", "tdd", "software quality"],
"authors": [
{
"name": "Liip AG",
"homepage": "http://liip.ch"
},
{
"name": "Bastian Feder",
"email": "bastian.feder@liip.ch",
"role": "maintainer"
},
{
"name": "Daniel Barsotti",
"email": "daniel.barsotti@liip.ch",
"role": "maintainer"
},
{
"name": "List of Contributors",
"homepage": "https://github.com/liip/LiipDrupalConnectorModule/graphs/contributors"
}
],
"autoload": {
"psr-0": {
"Liip\\Drupal\\Modules\\DrupalConnector": "src/"
}
},
"repositories": [],
"require": {
"php": ">=5.3",
"composer/installers": "v1.0.0"
}
}